#FBCAC9

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

Shades of Coral Candy #FBCAC9

Tints of Coral Candy #FBCAC9

Color information

#FBCAC9 (or 0xFBCAC9) is unknown color: approx Coral Candy. HEX triplet: FB, CA and C9. RGB value is (251,202,201). Sum of RGB (Red+Green+Blue) = 251+202+201=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 201 (78.91% from 255 or 30.73% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCAC9 is #043536. Grayscale: #D8D8D8. Windows color (decimal): -275767 or 13224699. OLE color: 13224699.

HSL color Cylindrical-coordinate representation of color #FBCAC9: hue angle of 1.2º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBCAC9 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB251202201-
CMYK00.200.200.02
HSL1.2º86.21%88.63%-
HSV(B)1.2º19.92%98.43%-
XYZ71.4566.9764.42-
YUV216.54119.23152.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.38%
GREEN value IS 202 (79.30% from 255) = 30.89%
BLUE value IS 201 (78.91% from 255) = 30.73%
R=38.38%
G=30.89%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120220100.200.200.021.286.2188.63
HexFBCAC901414215659
Octal3733123110242421126131
Binary1111101111001010110010010101001010010110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCAC9; }

 p { color: rgb(251,202,201); }

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

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

 a { background-color: rgb(251,202,201); }

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

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

 span { border-color: rgb(251,202,201); }

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