#FAD4CF

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

Shades of Cosmos #FAD4CF

Tints of Cosmos #FAD4CF

Color information

#FAD4CF (or 0xFAD4CF) is unknown color: approx Cosmos. HEX triplet: FA, D4 and CF. RGB value is (250,212,207). Sum of RGB (Red+Green+Blue) = 250+212+207=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 212 (83.20% from 255 or 31.69% from 669); Blue value is 207 (81.25% from 255 or 30.94% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD4CF is #052B30. Grayscale: #DEDEDE. Windows color (decimal): -338737 or 13620474. OLE color: 13620474.

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

Color convert

RGB250212207-
CMYK00.150.170.02
HSL6.98º81.13%89.61%-
HSV(B)6.98º17.2%98.04%-
XYZ74.2371.9269-
YUV222.79119.09147.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.37%
GREEN value IS 212 (83.20% from 255) = 31.69%
BLUE value IS 207 (81.25% from 255) = 30.94%
R=37.37%
G=31.69%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021220700.150.170.026.9881.1389.61
HexFAD4CF0F1127515a
Octal3723243170172127121132
Binary11111010110101001100111101111100011011110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD4CF; }

 p { color: rgb(250,212,207); }

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

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

 a { background-color: rgb(250,212,207); }

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

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

 span { border-color: rgb(250,212,207); }

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