#F9CAED

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

Shades of Classic Rose #F9CAED

Tints of Classic Rose #F9CAED

Color information

#F9CAED (or 0xF9CAED) is unknown color: approx Classic Rose. HEX triplet: F9, CA and ED. RGB value is (249,202,237). Sum of RGB (Red+Green+Blue) = 249+202+237=688 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.19% from 688); Green value is 202 (79.30% from 255 or 29.36% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CAED is #063512. Grayscale: #DBDBDB. Windows color (decimal): -406803 or 15583993. OLE color: 15583993.

HSL color Cylindrical-coordinate representation of color #F9CAED: hue angle of 315.32º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F9CAED is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB249202237-
CMYK00.190.050.02
HSL315.32º79.66%88.43%-
HSV(B)315.32º18.88%97.65%-
XYZ75.4768.589.36-
YUV220.04137.57148.65-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.19%
GREEN value IS 202 (79.30% from 255) = 29.36%
BLUE value IS 237 (92.97% from 255) = 34.45%
R=36.19%
G=29.36%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920223700.190.050.02315.3279.6688.43
HexF9CAED0135213b5058
Octal37131235502352473120130
Binary1111100111001010111011010100111011010011101110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CAED; }

 p { color: rgb(249,202,237); }

 H1.HeaderClassName
 {
   color: #F9CAED;
 }
 .AnyTagClassName
 {
   color: #F9CAED;
 }
</style>
background-color css

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

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

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

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

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

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