#FBCCCA

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

Shades of Coral Candy #FBCCCA

Tints of Coral Candy #FBCCCA

Color information

#FBCCCA (or 0xFBCCCA) is unknown color: approx Coral Candy. HEX triplet: FB, CC and CA. RGB value is (251,204,202). Sum of RGB (Red+Green+Blue) = 251+204+202=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCCA is #043335. Grayscale: #D9D9D9. Windows color (decimal): -275254 or 13290747. OLE color: 13290747.

HSL color Cylindrical-coordinate representation of color #FBCCCA: hue angle of 2.45º 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 #FBCCCA is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB251204202-
CMYK00.190.200.02
HSL2.45º85.96%88.82%-
HSV(B)2.45º19.52%98.43%-
XYZ72.0467.9665.2-
YUV217.82119.07151.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.20%
GREEN value IS 204 (80.08% from 255) = 31.05%
BLUE value IS 202 (79.30% from 255) = 30.75%
R=38.20%
G=31.05%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120420200.190.200.022.4585.9688.82
HexFBCCCA01314225659
Octal3733143120232422126131
Binary11111011110011001100101001001110100101010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCCCA; }

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

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

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

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

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

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

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

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