#FB67EA

Color #FB67EA Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #FB67EA

Tints of Pink Flamingo #FB67EA

Color information

#FB67EA (or 0xFB67EA) is unknown color: approx Pink Flamingo. HEX triplet: FB, 67 and EA. RGB value is (251,103,234). Sum of RGB (Red+Green+Blue) = 251+103+234=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 103 (40.62% from 255 or 17.52% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FB67EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB67EA is #049815. Grayscale: #A1A1A1. Windows color (decimal): -301078 or 15362043. OLE color: 15362043.

HSL color Cylindrical-coordinate representation of color #FB67EA: hue angle of 306.89º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB67EA is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB251103234-
CMYK00.590.070.02
HSL306.89º94.87%69.41%-
HSV(B)306.89º58.96%98.43%-
XYZ59.4936.1581.68-
YUV162.19168.53191.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 42.69%
GREEN value IS 103 (40.62% from 255) = 17.52%
BLUE value IS 234 (91.80% from 255) = 39.80%
R=42.69%
G=17.52%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110323400.590.070.02306.8994.8769.41
HexFB67EA03B721335f45
Octal37314735207372463137105
Binary1111101111001111110101001110111111010011001110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB67EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB67EA; }

 p { color: rgb(251,103,234); }

 H1.HeaderClassName
 {
   color: #FB67EA;
 }
 .AnyTagClassName
 {
   color: #FB67EA;
 }
</style>
background-color css

<style>
 a { background-color: #FB67EA; }

 a { background-color: rgb(251,103,234); }

 div.DivClassName
 {
   background-color: #FB67EA;
 }
 .BgClassName
 {
   background-color: #FB67EA;
 }
</style>
border-color css

<style>
 span { border-color: #FB67EA; }

 span { border-color: rgb(251,103,234); }

 td.TdClassName
 {
   border-color: #FB67EA;
 }
 .TagClassName
 {
   border-color: #FB67EA;
 }
</style>