#FAD1CB

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

Shades of Cosmos #FAD1CB

Tints of Cosmos #FAD1CB

Color information

#FAD1CB (or 0xFAD1CB) is unknown color: approx Cosmos. HEX triplet: FA, D1 and CB. RGB value is (250,209,203). Sum of RGB (Red+Green+Blue) = 250+209+203=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 209 (82.03% from 255 or 31.57% from 662); Blue value is 203 (79.69% from 255 or 30.66% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD1CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD1CB is #052E34. Grayscale: #DCDCDC. Windows color (decimal): -339509 or 13357562. OLE color: 13357562.

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

Color convert

RGB250209203-
CMYK00.160.190.02
HSL7.66º82.46%88.82%-
HSV(B)7.66º18.8%98.04%-
XYZ7370.2466.21-
YUV220.58118.08148.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.76%
GREEN value IS 209 (82.03% from 255) = 31.57%
BLUE value IS 203 (79.69% from 255) = 30.66%
R=37.76%
G=31.57%
B=30.66%

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
Decimal25020920300.160.190.027.6682.4688.82
HexFAD1CB01013285259
Octal37232131302023210122131
Binary1111101011010001110010110100001001110100010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD1CB; }

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

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

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

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

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

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

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

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