Html Css Color HEX #FAD2CF Cosmos

📋 copy color: '#FAD2CF'

red 250 ◦ green 210 ◦ blue 207

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

Shades of Cosmos #FAD2CF

Tints of Cosmos #FAD2CF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.48%

 BLUE value IS 207 (81.25% from 255) = 31.03%

R = 37.48%
G = 31.48%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FAD2CF (or 0xFAD2CF) is known color: Cosmos. HEX triplet: FA, D2 and CF. RGB value is (250,210,207). Sum of RGB (Red+Green+Blue) = 250+210+207=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 210 (82.42% from 255 or 31.48% from 667); Blue value is 207 (81.25% from 255 or 31.03% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD2CF is #052D30. Grayscale: #DDDDDD. Windows color (decimal): -339249 or 13619962. OLE color: 13619962.

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

Color convert

RGB 250 210 207 -
CMYK 0 0.16 0.17 0.02
HSL 4.19º 0.81% 0.9% -
HSV(B) 4.19º 0.17% 0.98% -
XYZ 73.73 70.92 68.83 -
YUV 221.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 250 210 207 0 0.16 0.17 0.02 4.19 0.81 0.9
Hex FA D2 CF 0 10 11 2 4 51 5A
Octal 372 322 317 0 20 21 2 4 121 132
Binary 11111010 11010010 11001111 0 10000 10001 10 100 1010001 1011010

Color Harmonies of #FAD2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD2CF

Black with #FAD2CF

Text Example


Text Example

White with #FAD2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD2CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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