#FBCEC2

Color #FBCEC2 Coral Candy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Candy #FBCEC2

Tints of Coral Candy #FBCEC2

Color information

#FBCEC2 (or 0xFBCEC2) is unknown color: approx Coral Candy. HEX triplet: FB, CE and C2. RGB value is (251,206,194). Sum of RGB (Red+Green+Blue) = 251+206+194=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 194 (76.17% from 255 or 29.80% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCEC2 is #04313D. Grayscale: #DADADA. Windows color (decimal): -274750 or 12766971. OLE color: 12766971.

HSL color Cylindrical-coordinate representation of color #FBCEC2: hue angle of 12.63º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBCEC2 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB251206194-
CMYK00.180.230.02
HSL12.63º87.69%87.25%-
HSV(B)12.63º22.71%98.43%-
XYZ71.5968.5560.5-
YUV218.09114.41151.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.56%
GREEN value IS 206 (80.86% from 255) = 31.64%
BLUE value IS 194 (76.17% from 255) = 29.80%
R=38.56%
G=31.64%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120619400.180.230.0212.6387.6987.25
HexFBCEC2012172d5857
Octal37331630202227215130127
Binary1111101111001110110000100100101011110110110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCEC2; }

 p { color: rgb(251,206,194); }

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

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

 a { background-color: rgb(251,206,194); }

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

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

 span { border-color: rgb(251,206,194); }

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