Html Css Color HEX #FAD2CC Cosmos

📋 copy color: '#FAD2CC'

red 250 ◦ green 210 ◦ blue 204

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

Shades of Cosmos #FAD2CC

Tints of Cosmos #FAD2CC

RGB

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

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

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

R = 37.65%
G = 31.63%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAD2CC (or 0xFAD2CC) is known color: Cosmos. HEX triplet: FA, D2 and CC. RGB value is (250,210,204). Sum of RGB (Red+Green+Blue) = 250+210+204=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 210 (82.42% from 255 or 31.63% from 664); Blue value is 204 (80.08% from 255 or 30.72% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAD2CC is #052D33. Grayscale: #DDDDDD. Windows color (decimal): -339252 or 13423354. OLE color: 13423354.

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

Color convert

RGB 250 210 204 -
CMYK 0 0.16 0.18 0.02
HSL 7.83º 0.82% 0.89% -
HSV(B) 7.83º 0.18% 0.98% -
XYZ 73.37 70.78 66.92 -
YUV 221.28 118.25 148.49 -
System Red Green Blue C M Y K H S L
Decimal 250 210 204 0 0.16 0.18 0.02 7.83 0.82 0.89
Hex FA D2 CC 0 10 12 2 8 52 59
Octal 372 322 314 0 20 22 2 10 122 131
Binary 11111010 11010010 11001100 0 10000 10010 10 1000 1010010 1011001

Color Harmonies of #FAD2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD2CC

Black with #FAD2CC

Text Example


Text Example

White with #FAD2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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