#fbcec6

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

Shades of Coral Candy #FBCEC6

Tints of Coral Candy #FBCEC6

Color information

#FBCEC6 (or 0xFBCEC6) is unknown color: approx Coral Candy. HEX triplet: FB, CE and C6. RGB value is (251,206,198). Sum of RGB (Red+Green+Blue) = 251+206+198=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 198 (77.73% from 255 or 30.23% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCEC6 is #043139. Grayscale: #DADADA. Windows color (decimal): -274746 or 13029115. OLE color: 13029115.

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

Color convert

RGB251206198-
CMYK00.180.210.02
HSL9.06º86.89%88.04%-
HSV(B)9.06º21.12%98.43%-
XYZ72.0568.7362.89-
YUV218.54116.41151.15-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.32%
GREEN value IS 206 (80.86% from 255) = 31.45%
BLUE value IS 198 (77.73% from 255) = 30.23%
R=38.32%
G=31.45%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120619800.180.210.029.0686.8988.04
HexFBCEC601215295758
Octal37331630602225211127130
Binary1111101111001110110001100100101010110100110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fbcec6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fbcec6; }

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

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

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

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

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

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

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

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