#FAD0CB

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

Shades of Coral Candy #FAD0CB

Tints of Coral Candy #FAD0CB

Color information

#FAD0CB (or 0xFAD0CB) is unknown color: approx Coral Candy. HEX triplet: FA, D0 and CB. RGB value is (250,208,203). Sum of RGB (Red+Green+Blue) = 250+208+203=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 208 (81.64% from 255 or 31.47% from 661); Blue value is 203 (79.69% from 255 or 30.71% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0CB is #052F34. Grayscale: #DCDCDC. Windows color (decimal): -339765 or 13357306. OLE color: 13357306.

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

Color convert

RGB250208203-
CMYK00.170.190.02
HSL6.38º82.46%88.82%-
HSV(B)6.38º18.8%98.04%-
XYZ72.7669.7566.13-
YUV219.99118.41149.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.82%
GREEN value IS 208 (81.64% from 255) = 31.47%
BLUE value IS 203 (79.69% from 255) = 30.71%
R=37.82%
G=31.47%
B=30.71%

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
Decimal25020820300.170.190.026.3882.4688.82
HexFAD0CB01113265259
Octal3723203130212326122131
Binary111110101101000011001011010001100111011010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD0CB; }

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

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

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

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

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

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

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

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