Html Css Color HEX #F9CECD Cosmos

📋 copy color: '#F9CECD'

red 249 ◦ green 206 ◦ blue 205

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

Shades of Cosmos #F9CECD

Tints of Cosmos #F9CECD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.21%

 BLUE value IS 205 (80.47% from 255) = 31.06%

R = 37.73%
G = 31.21%
B = 31.06%

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

#F9CECD (or 0xF9CECD) is known color: Cosmos. HEX triplet: F9, CE and CD. RGB value is (249,206,205). Sum of RGB (Red+Green+Blue) = 249+206+205=660 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.73% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 205 (80.47% from 255 or 31.06% from 660); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CECD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CECD is #063132. Grayscale: #DADADA. Windows color (decimal): -405811 or 13487865. OLE color: 13487865.

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

Color convert

RGB 249 206 205 -
CMYK 0 0.17 0.18 0.02
HSL 1.36º 0.79% 0.89% -
HSV(B) 1.36º 0.18% 0.98% -
XYZ 72.16 68.69 67.21 -
YUV 218.74 120.25 149.58 -
System Red Green Blue C M Y K H S L
Decimal 249 206 205 0 0.17 0.18 0.02 1.36 0.79 0.89
Hex F9 CE CD 0 11 12 2 1 4F 59
Octal 371 316 315 0 21 22 2 1 117 131
Binary 11111001 11001110 11001101 0 10001 10010 10 1 1001111 1011001

Color Harmonies of #F9CECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CECD

Black with #F9CECD

Text Example


Text Example

White with #F9CECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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