#FB9EC4

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

Shades of Carnation Pink #FB9EC4

Tints of Carnation Pink #FB9EC4

Color information

#FB9EC4 (or 0xFB9EC4) is unknown color: approx Carnation Pink. HEX triplet: FB, 9E and C4. RGB value is (251,158,196). Sum of RGB (Red+Green+Blue) = 251+158+196=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 158 (62.11% from 255 or 26.12% from 605); Blue value is 196 (76.95% from 255 or 32.40% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9EC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB9EC4 is #04613B. Grayscale: #BEBEBE. Windows color (decimal): -287036 or 12885755. OLE color: 12885755.

HSL color Cylindrical-coordinate representation of color #FB9EC4: hue angle of 335.48º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FB9EC4 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB251158196-
CMYK00.370.220.02
HSL335.48º92.08%80.2%-
HSV(B)335.48º37.05%98.43%-
XYZ61.9748.9558.41-
YUV190.14131.31171.41-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.49%
GREEN value IS 158 (62.11% from 255) = 26.12%
BLUE value IS 196 (76.95% from 255) = 32.40%
R=41.49%
G=26.12%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115819600.370.220.02335.4892.0880.2
HexFB9EC402516214f5c50
Octal373236304045262517134120
Binary1111101110011110110001000100101101101010100111110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9EC4; }

 p { color: rgb(251,158,196); }

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

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

 a { background-color: rgb(251,158,196); }

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

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

 span { border-color: rgb(251,158,196); }

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