Html Css Color HEX #F9CFCE Cosmos

📋 copy color: '#F9CFCE'

red 249 ◦ green 207 ◦ blue 206

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

Shades of Cosmos #F9CFCE

Tints of Cosmos #F9CFCE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.27%

 BLUE value IS 206 (80.86% from 255) = 31.12%

R = 37.61%
G = 31.27%
B = 31.12%

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

#F9CFCE (or 0xF9CFCE) is known color: Cosmos. HEX triplet: F9, CF and CE. RGB value is (249,207,206). Sum of RGB (Red+Green+Blue) = 249+207+206=662 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.61% from 662); Green value is 207 (81.25% from 255 or 31.27% from 662); Blue value is 206 (80.86% from 255 or 31.12% from 662); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CFCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CFCE is #063031. Grayscale: #DBDBDB. Windows color (decimal): -405554 or 13553657. OLE color: 13553657.

HSL color Cylindrical-coordinate representation of color #F9CFCE: hue angle of 1.4º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F9CFCE is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 207 206 -
CMYK 0 0.17 0.17 0.02
HSL 1.4º 0.78% 0.89% -
HSV(B) 1.4º 0.17% 0.98% -
XYZ 72.52 69.22 67.93 -
YUV 219.44 120.41 149.08 -
System Red Green Blue C M Y K H S L
Decimal 249 207 206 0 0.17 0.17 0.02 1.4 0.78 0.89
Hex F9 CF CE 0 11 11 2 1 4E 59
Octal 371 317 316 0 21 21 2 1 116 131
Binary 11111001 11001111 11001110 0 10001 10001 10 1 1001110 1011001

Color Harmonies of #F9CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CFCE

Black with #F9CFCE

Text Example


Text Example

White with #F9CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CFCE; }

 p { color: rgb(249,207,206); }

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

background-color css

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

 a { background-color: rgb(249,207,206); }

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

border-color css

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

 span { border-color: rgb(249,207,206); }

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