Html Css Color HEX #FAD1CF Cosmos

📋 copy color: '#FAD1CF'

red 250 ◦ green 209 ◦ blue 207

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

Shades of Cosmos #FAD1CF

Tints of Cosmos #FAD1CF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.38%

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

R = 37.54%
G = 31.38%
B = 31.08%

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

#FAD1CF (or 0xFAD1CF) is known color: Cosmos. HEX triplet: FA, D1 and CF. RGB value is (250,209,207). Sum of RGB (Red+Green+Blue) = 250+209+207=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 209 (82.03% from 255 or 31.38% from 666); Blue value is 207 (81.25% from 255 or 31.08% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD1CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD1CF is #052E30. Grayscale: #DDDDDD. Windows color (decimal): -339505 or 13619706. OLE color: 13619706.

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

Color convert

RGB 250 209 207 -
CMYK 0 0.16 0.17 0.02
HSL 2.79º 0.81% 0.9% -
HSV(B) 2.79º 0.17% 0.98% -
XYZ 73.49 70.43 68.75 -
YUV 221.03 120.08 148.66 -
System Red Green Blue C M Y K H S L
Decimal 250 209 207 0 0.16 0.17 0.02 2.79 0.81 0.9
Hex FA D1 CF 0 10 11 2 3 51 5A
Octal 372 321 317 0 20 21 2 3 121 132
Binary 11111010 11010001 11001111 0 10000 10001 10 11 1010001 1011010

Color Harmonies of #FAD1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD1CF

Black with #FAD1CF

Text Example


Text Example

White with #FAD1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD1CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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