#FAD2CB

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

Shades of Cosmos #FAD2CB

Tints of Cosmos #FAD2CB

Color information

#FAD2CB (or 0xFAD2CB) is unknown color: approx Cosmos. HEX triplet: FA, D2 and CB. RGB value is (250,210,203). Sum of RGB (Red+Green+Blue) = 250+210+203=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 210 (82.42% from 255 or 31.67% from 663); Blue value is 203 (79.69% from 255 or 30.62% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD2CB is #052D34. Grayscale: #DDDDDD. Windows color (decimal): -339253 or 13357818. OLE color: 13357818.

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

Color convert

RGB250210203-
CMYK00.160.190.02
HSL8.94º82.46%88.82%-
HSV(B)8.94º18.8%98.04%-
XYZ73.2570.7366.29-
YUV221.16117.75148.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.71%
GREEN value IS 210 (82.42% from 255) = 31.67%
BLUE value IS 203 (79.69% from 255) = 30.62%
R=37.71%
G=31.67%
B=30.62%

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
Decimal25021020300.160.190.028.9482.4688.82
HexFAD2CB01013295259
Octal37232231302023211122131
Binary1111101011010010110010110100001001110100110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD2CB; }

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

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

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

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

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

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

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

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