#FBCFC3

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

Shades of Coral Candy #FBCFC3

Tints of Coral Candy #FBCFC3

Color information

#FBCFC3 (or 0xFBCFC3) is unknown color: approx Coral Candy. HEX triplet: FB, CF and C3. RGB value is (251,207,195). Sum of RGB (Red+Green+Blue) = 251+207+195=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 207 (81.25% from 255 or 31.70% from 653); Blue value is 195 (76.56% from 255 or 29.86% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFC3 is #04303C. Grayscale: #DADADA. Windows color (decimal): -274493 or 12832763. OLE color: 12832763.

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

Color convert

RGB251207195-
CMYK00.180.220.02
HSL12.86º87.5%87.45%-
HSV(B)12.86º22.31%98.43%-
XYZ71.9569.0861.17-
YUV218.79114.58150.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.44%
GREEN value IS 207 (81.25% from 255) = 31.70%
BLUE value IS 195 (76.56% from 255) = 29.86%
R=38.44%
G=31.70%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120719500.180.220.0212.8687.587.45
HexFBCFC3012162d5857
Octal37331730302226215130127
Binary1111101111001111110000110100101011010110110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCFC3; }

 p { color: rgb(251,207,195); }

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

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

 a { background-color: rgb(251,207,195); }

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

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

 span { border-color: rgb(251,207,195); }

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