Html Css Color HEX #FAD4CE Cosmos

📋 copy color: '#FAD4CE'

red 250 ◦ green 212 ◦ blue 206

#FAD4CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmos #FAD4CE

Tints of Cosmos #FAD4CE

RGB

 RED value IS 250 (98.05% from 255) = 37.43%

 GREEN value IS 212 (83.2% from 255) = 31.74%

 BLUE value IS 206 (80.86% from 255) = 30.84%

R = 37.43%
G = 31.74%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAD4CE (or 0xFAD4CE) is known color: Cosmos. HEX triplet: FA, D4 and CE. RGB value is (250,212,206). Sum of RGB (Red+Green+Blue) = 250+212+206=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 212 (83.20% from 255 or 31.74% from 668); Blue value is 206 (80.86% from 255 or 30.84% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD4CE is #052B31. Grayscale: #DEDEDE. Windows color (decimal): -338738 or 13554938. OLE color: 13554938.

HSL color Cylindrical-coordinate representation of color #FAD4CE: hue angle of 8.18º degrees, saturation: 0.81, 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 #FAD4CE is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 212 206 -
CMYK 0 0.15 0.18 0.02
HSL 8.18º 0.81% 0.89% -
HSV(B) 8.18º 0.18% 0.98% -
XYZ 74.11 71.87 68.36 -
YUV 222.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 250 212 206 0 0.15 0.18 0.02 8.18 0.81 0.89
Hex FA D4 CE 0 F 12 2 8 51 59
Octal 372 324 316 0 17 22 2 10 121 131
Binary 11111010 11010100 11001110 0 1111 10010 10 1000 1010001 1011001

Color Harmonies of #FAD4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD4CE

Black with #FAD4CE

Text Example


Text Example

White with #FAD4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD4CE; }

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

 H1.HeaderClassName
 {
   color: #FAD4CE;
 }
 .AnyTagClassName
 {
   color: #FAD4CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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