#FAD4CC

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

Shades of Cosmos #FAD4CC

Tints of Cosmos #FAD4CC

Color information

#FAD4CC (or 0xFAD4CC) is unknown color: approx Cosmos. HEX triplet: FA, D4 and CC. RGB value is (250,212,204). Sum of RGB (Red+Green+Blue) = 250+212+204=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 212 (83.20% from 255 or 31.83% from 666); Blue value is 204 (80.08% from 255 or 30.63% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD4CC is #052B33. Grayscale: #DEDEDE. Windows color (decimal): -338740 or 13423866. OLE color: 13423866.

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

Color convert

RGB250212204-
CMYK00.150.180.02
HSL10.43º82.14%89.02%-
HSV(B)10.43º18.4%98.04%-
XYZ73.8771.7767.09-
YUV222.45117.59147.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.54%
GREEN value IS 212 (83.20% from 255) = 31.83%
BLUE value IS 204 (80.08% from 255) = 30.63%
R=37.54%
G=31.83%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25021220400.150.180.0210.4382.1489.02
HexFAD4CC0F122a5259
Octal37232431401722212122131
Binary111110101101010011001100011111001010101010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAD4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAD4CC; }

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

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

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

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

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

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

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

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