#FBCAC6

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

Shades of Coral Candy #FBCAC6

Tints of Coral Candy #FBCAC6

Color information

#FBCAC6 (or 0xFBCAC6) is unknown color: approx Coral Candy. HEX triplet: FB, CA and C6. RGB value is (251,202,198). Sum of RGB (Red+Green+Blue) = 251+202+198=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 198 (77.73% from 255 or 30.41% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCAC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCAC6 is #043539. Grayscale: #D8D8D8. Windows color (decimal): -275770 or 13028091. OLE color: 13028091.

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

Color convert

RGB251202198-
CMYK00.200.210.02
HSL4.53º86.89%88.04%-
HSV(B)4.53º21.12%98.43%-
XYZ71.166.8362.58-
YUV216.2117.73152.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.56%
GREEN value IS 202 (79.30% from 255) = 31.03%
BLUE value IS 198 (77.73% from 255) = 30.41%
R=38.56%
G=31.03%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120219800.200.210.024.5386.8988.04
HexFBCAC601415255758
Octal3733123060242525127130
Binary111110111100101011000110010100101011010110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCAC6; }

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

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

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

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

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

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

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

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