Html Css Color HEX #FAD5CE Cosmos

📋 copy color: '#FAD5CE'

red 250 ◦ green 213 ◦ blue 206

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

Shades of Cosmos #FAD5CE

Tints of Cosmos #FAD5CE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.84%

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

R = 37.37%
G = 31.84%
B = 30.79%

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

#FAD5CE (or 0xFAD5CE) is known color: Cosmos. HEX triplet: FA, D5 and CE. RGB value is (250,213,206). Sum of RGB (Red+Green+Blue) = 250+213+206=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 213 (83.59% from 255 or 31.84% from 669); Blue value is 206 (80.86% from 255 or 30.79% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD5CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD5CE is #052A31. Grayscale: #DFDFDF. Windows color (decimal): -338482 or 13555194. OLE color: 13555194.

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

Color convert

RGB 250 213 206 -
CMYK 0 0.15 0.18 0.02
HSL 9.55º 0.81% 0.89% -
HSV(B) 9.55º 0.18% 0.98% -
XYZ 74.36 72.37 68.44 -
YUV 223.27 118.26 147.07 -
System Red Green Blue C M Y K H S L
Decimal 250 213 206 0 0.15 0.18 0.02 9.55 0.81 0.89
Hex FA D5 CE 0 F 12 2 A 51 59
Octal 372 325 316 0 17 22 2 12 121 131
Binary 11111010 11010101 11001110 0 1111 10010 10 1010 1010001 1011001

Color Harmonies of #FAD5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD5CE

Black with #FAD5CE

Text Example


Text Example

White with #FAD5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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