#FBD1CA

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

Shades of Coral Candy #FBD1CA

Tints of Coral Candy #FBD1CA

Color information

#FBD1CA (or 0xFBD1CA) is unknown color: approx Coral Candy. HEX triplet: FB, D1 and CA. RGB value is (251,209,202). Sum of RGB (Red+Green+Blue) = 251+209+202=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 209 (82.03% from 255 or 31.57% from 662); Blue value is 202 (79.30% from 255 or 30.51% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD1CA is #042E35. Grayscale: #DCDCDC. Windows color (decimal): -273974 or 13292027. OLE color: 13292027.

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

Color convert

RGB251209202-
CMYK00.170.200.02
HSL8.57º85.96%88.82%-
HSV(B)8.57º19.52%98.43%-
XYZ73.2470.3765.6-
YUV220.76117.41149.57-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.92%
GREEN value IS 209 (82.03% from 255) = 31.57%
BLUE value IS 202 (79.30% from 255) = 30.51%
R=37.92%
G=31.57%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120920200.170.200.028.5785.9688.82
HexFBD1CA01114295659
Octal37332131202124211126131
Binary1111101111010001110010100100011010010100110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD1CA; }

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

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

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

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

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

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

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

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