#FBD0CA

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

Shades of Coral Candy #FBD0CA

Tints of Coral Candy #FBD0CA

Color information

#FBD0CA (or 0xFBD0CA) is unknown color: approx Coral Candy. HEX triplet: FB, D0 and CA. RGB value is (251,208,202). Sum of RGB (Red+Green+Blue) = 251+208+202=661 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.97% from 661); Green value is 208 (81.64% from 255 or 31.47% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD0CA is #042F35. Grayscale: #DCDCDC. Windows color (decimal): -274230 or 13291771. OLE color: 13291771.

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

Color convert

RGB251208202-
CMYK00.170.200.02
HSL7.35º85.96%88.82%-
HSV(B)7.35º19.52%98.43%-
XYZ7369.8965.52-
YUV220.17117.75149.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.97%
GREEN value IS 208 (81.64% from 255) = 31.47%
BLUE value IS 202 (79.30% from 255) = 30.56%
R=37.97%
G=31.47%
B=30.56%

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
Decimal25120820200.170.200.027.3585.9688.82
HexFBD0CA01114275659
Octal3733203120212427126131
Binary111110111101000011001010010001101001011110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD0CA; }

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

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

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

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

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

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

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

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