#FBCAC5

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

Shades of Coral Candy #FBCAC5

Tints of Coral Candy #FBCAC5

Color information

#FBCAC5 (or 0xFBCAC5) is unknown color: approx Coral Candy. HEX triplet: FB, CA and C5. RGB value is (251,202,197). Sum of RGB (Red+Green+Blue) = 251+202+197=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 197 (77.34% from 255 or 30.31% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCAC5 is #04353A. Grayscale: #D8D8D8. Windows color (decimal): -275771 or 12962555. OLE color: 12962555.

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

Color convert

RGB251202197-
CMYK00.200.220.02
HSL5.56º87.1%87.84%-
HSV(B)5.56º21.51%98.43%-
XYZ70.9866.7861.97-
YUV216.08117.23152.91-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.62%
GREEN value IS 202 (79.30% from 255) = 31.08%
BLUE value IS 197 (77.34% from 255) = 30.31%
R=38.62%
G=31.08%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120219700.200.220.025.5687.187.84
HexFBCAC501416265758
Octal3733123050242626127130
Binary111110111100101011000101010100101101011010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCAC5; }

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

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

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

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

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

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

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

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