#FAD0CA

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

Shades of Coral Candy #FAD0CA

Tints of Coral Candy #FAD0CA

Color information

#FAD0CA (or 0xFAD0CA) is unknown color: approx Coral Candy. HEX triplet: FA, D0 and CA. RGB value is (250,208,202). Sum of RGB (Red+Green+Blue) = 250+208+202=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 208 (81.64% from 255 or 31.52% from 660); Blue value is 202 (79.30% from 255 or 30.61% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0CA is #052F35. Grayscale: #DBDBDB. Windows color (decimal): -339766 or 13291770. OLE color: 13291770.

HSL color Cylindrical-coordinate representation of color #FAD0CA: hue angle of 7.5º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FAD0CA is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB250208202-
CMYK00.170.190.02
HSL7.5º82.76%88.63%-
HSV(B)7.5º19.2%98.04%-
XYZ72.6469.765.5-
YUV219.87117.91149.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.88%
GREEN value IS 208 (81.64% from 255) = 31.52%
BLUE value IS 202 (79.30% from 255) = 30.61%
R=37.88%
G=31.52%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020820200.170.190.027.582.7688.63
HexFAD0CA01113285359
Octal37232031202123210123131
Binary1111101011010000110010100100011001110100010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD0CA; }

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

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

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

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

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

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

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

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