Html Css Color HEX #F9CDCD Cosmos

📋 copy color: '#F9CDCD'

red 249 ◦ green 205 ◦ blue 205

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

Shades of Cosmos #F9CDCD

Tints of Cosmos #F9CDCD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.11%

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

R = 37.78%
G = 31.11%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F9CDCD (or 0xF9CDCD) is known color: Cosmos. HEX triplet: F9, CD and CD. RGB value is (249,205,205). Sum of RGB (Red+Green+Blue) = 249+205+205=659 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.78% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9CDCD is #063232. Grayscale: #DADADA. Windows color (decimal): -406067 or 13487609. OLE color: 13487609.

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

Color convert

RGB 249 205 205 -
CMYK 0 0.18 0.18 0.02
HSL 0.79% 0.89% -
HSV(B) 0.18% 0.98% -
XYZ 71.92 68.21 67.13 -
YUV 218.16 120.58 150 -
System Red Green Blue C M Y K H S L
Decimal 249 205 205 0 0.18 0.18 0.02 0 0.79 0.89
Hex F9 CD CD 0 12 12 2 0 4F 59
Octal 371 315 315 0 22 22 2 0 117 131
Binary 11111001 11001101 11001101 0 10010 10010 10 0 1001111 1011001

Color Harmonies of #F9CDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CDCD

Black with #F9CDCD

Text Example


Text Example

White with #F9CDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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