Html Css Color HEX #FAD0CF Cosmos

📋 copy color: '#FAD0CF'

red 250 ◦ green 208 ◦ blue 207

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

Shades of Cosmos #FAD0CF

Tints of Cosmos #FAD0CF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.28%

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

R = 37.59%
G = 31.28%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FAD0CF (or 0xFAD0CF) is known color: Cosmos. HEX triplet: FA, D0 and CF. RGB value is (250,208,207). Sum of RGB (Red+Green+Blue) = 250+208+207=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 208 (81.64% from 255 or 31.28% from 665); Blue value is 207 (81.25% from 255 or 31.13% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0CF is #052F30. Grayscale: #DCDCDC. Windows color (decimal): -339761 or 13619450. OLE color: 13619450.

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

Color convert

RGB 250 208 207 -
CMYK 0 0.17 0.17 0.02
HSL 1.4º 0.81% 0.9% -
HSV(B) 1.4º 0.17% 0.98% -
XYZ 73.24 69.94 68.67 -
YUV 220.44 120.41 149.08 -
System Red Green Blue C M Y K H S L
Decimal 250 208 207 0 0.17 0.17 0.02 1.4 0.81 0.9
Hex FA D0 CF 0 11 11 2 1 51 5A
Octal 372 320 317 0 21 21 2 1 121 132
Binary 11111010 11010000 11001111 0 10001 10001 10 1 1010001 1011010

Color Harmonies of #FAD0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD0CF

Black with #FAD0CF

Text Example


Text Example

White with #FAD0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD0CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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