Html Css Color HEX #FAD4CF Cosmos

📋 copy color: '#FAD4CF'

red 250 ◦ green 212 ◦ blue 207

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

Shades of Cosmos #FAD4CF

Tints of Cosmos #FAD4CF

RGB

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

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

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

R = 37.37%
G = 31.69%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FAD4CF (or 0xFAD4CF) is known color: Cosmos. HEX triplet: FA, D4 and CF. RGB value is (250,212,207). Sum of RGB (Red+Green+Blue) = 250+212+207=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 212 (83.20% from 255 or 31.69% from 669); Blue value is 207 (81.25% from 255 or 30.94% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD4CF is #052B30. Grayscale: #DEDEDE. Windows color (decimal): -338737 or 13620474. OLE color: 13620474.

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

Color convert

RGB 250 212 207 -
CMYK 0 0.15 0.17 0.02
HSL 6.98º 0.81% 0.9% -
HSV(B) 6.98º 0.17% 0.98% -
XYZ 74.23 71.92 69 -
YUV 222.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 250 212 207 0 0.15 0.17 0.02 6.98 0.81 0.9
Hex FA D4 CF 0 F 11 2 7 51 5A
Octal 372 324 317 0 17 21 2 7 121 132
Binary 11111010 11010100 11001111 0 1111 10001 10 111 1010001 1011010

Color Harmonies of #FAD4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD4CF

Black with #FAD4CF

Text Example


Text Example

White with #FAD4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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