#F9CDCD

Color #F9CDCD Cosmos (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmos #F9CDCD

Tints of Cosmos #F9CDCD

Color information

#F9CDCD (or 0xF9CDCD) is unknown color: approx 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

RGB249205205-
CMYK00.180.180.02
HSL78.57%89.02%-
HSV(B)17.67%97.65%-
XYZ71.9268.2167.13-
YUV218.16120.58150-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920520500.180.180.02078.5789.02
HexF9CDCD01212204f59
Octal3713153150222220117131
Binary1111100111001101110011010100101001010010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>