#FBCACA

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

Shades of Coral Candy #FBCACA

Tints of Coral Candy #FBCACA

Color information

#FBCACA (or 0xFBCACA) is unknown color: approx Coral Candy. HEX triplet: FB, CA and CA. RGB value is (251,202,202). Sum of RGB (Red+Green+Blue) = 251+202+202=655 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.32% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 202 (79.30% from 255 or 30.84% from 655); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCACA is #043535. Grayscale: #D8D8D8. Windows color (decimal): -275766 or 13290235. OLE color: 13290235.

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

Color convert

RGB251202202-
CMYK00.200.200.02
HSL85.96%88.82%-
HSV(B)19.52%98.43%-
XYZ71.5667.0165.04-
YUV216.65119.73152.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.32%
GREEN value IS 202 (79.30% from 255) = 30.84%
BLUE value IS 202 (79.30% from 255) = 30.84%
R=38.32%
G=30.84%
B=30.84%

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
Decimal25120220200.200.200.02085.9688.82
HexFBCACA01414205659
Octal3733123120242420126131
Binary1111101111001010110010100101001010010010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCACA; }

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

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

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

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

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

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

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

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