Html Css Color HEX #FAD0CC Cosmos

📋 copy color: '#FAD0CC'

red 250 ◦ green 208 ◦ blue 204

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

Shades of Cosmos #FAD0CC

Tints of Cosmos #FAD0CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 30.82%

R = 37.76%
G = 31.42%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAD0CC (or 0xFAD0CC) is known color: Cosmos. HEX triplet: FA, D0 and CC. RGB value is (250,208,204). Sum of RGB (Red+Green+Blue) = 250+208+204=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 208 (81.64% from 255 or 31.42% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD0CC is #052F33. Grayscale: #DCDCDC. Windows color (decimal): -339764 or 13422842. OLE color: 13422842.

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

Color convert

RGB 250 208 204 -
CMYK 0 0.17 0.18 0.02
HSL 5.22º 0.82% 0.89% -
HSV(B) 5.22º 0.18% 0.98% -
XYZ 72.88 69.8 66.76 -
YUV 220.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 250 208 204 0 0.17 0.18 0.02 5.22 0.82 0.89
Hex FA D0 CC 0 11 12 2 5 52 59
Octal 372 320 314 0 21 22 2 5 122 131
Binary 11111010 11010000 11001100 0 10001 10010 10 101 1010010 1011001

Color Harmonies of #FAD0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD0CC

Black with #FAD0CC

Text Example


Text Example

White with #FAD0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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