Html Css Color HEX #F9D2CC Cosmos

📋 copy color: '#F9D2CC'

red 249 ◦ green 210 ◦ blue 204

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

Shades of Cosmos #F9D2CC

Tints of Cosmos #F9D2CC

RGB

 RED value IS 249 (97.66% from 255) = 37.56%

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

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

R = 37.56%
G = 31.67%
B = 30.77%

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

#F9D2CC (or 0xF9D2CC) is known color: Cosmos. HEX triplet: F9, D2 and CC. RGB value is (249,210,204). Sum of RGB (Red+Green+Blue) = 249+210+204=663 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.56% from 663); Green value is 210 (82.42% from 255 or 31.67% from 663); Blue value is 204 (80.08% from 255 or 30.77% from 663); Max value from RGB is 249 - color contains mainly: red. Hex color #F9D2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9D2CC is #062D33. Grayscale: #DDDDDD. Windows color (decimal): -404788 or 13423353. OLE color: 13423353.

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

Color convert

RGB 249 210 204 -
CMYK 0 0.16 0.18 0.02
HSL 0.79% 0.89% -
HSV(B) 0.18% 0.98% -
XYZ 73.01 70.59 66.9 -
YUV 220.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 249 210 204 0 0.16 0.18 0.02 8 0.79 0.89
Hex F9 D2 CC 0 10 12 2 8 4F 59
Octal 371 322 314 0 20 22 2 10 117 131
Binary 11111001 11010010 11001100 0 10000 10010 10 1000 1001111 1011001

Color Harmonies of #F9D2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9D2CC

Black with #F9D2CC

Text Example


Text Example

White with #F9D2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9D2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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