#FAD1CA

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

Shades of Coral Candy #FAD1CA

Tints of Coral Candy #FAD1CA

Color information

#FAD1CA (or 0xFAD1CA) is unknown color: approx Coral Candy. HEX triplet: FA, D1 and CA. RGB value is (250,209,202). Sum of RGB (Red+Green+Blue) = 250+209+202=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 209 (82.03% from 255 or 31.62% from 661); Blue value is 202 (79.30% from 255 or 30.56% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD1CA is #052E35. Grayscale: #DCDCDC. Windows color (decimal): -339510 or 13292026. OLE color: 13292026.

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

Color convert

RGB250209202-
CMYK00.160.190.02
HSL8.75º82.76%88.63%-
HSV(B)8.75º19.2%98.04%-
XYZ72.8970.1965.58-
YUV220.46117.58149.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.82%
GREEN value IS 209 (82.03% from 255) = 31.62%
BLUE value IS 202 (79.30% from 255) = 30.56%
R=37.82%
G=31.62%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020920200.160.190.028.7582.7688.63
HexFAD1CA01013295359
Octal37232131202023211123131
Binary1111101011010001110010100100001001110100110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD1CA; }

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

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

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

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

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

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

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

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