#F9CDE6

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

Shades of Classic Rose #F9CDE6

Tints of Classic Rose #F9CDE6

Color information

#F9CDE6 (or 0xF9CDE6) is unknown color: approx Classic Rose. HEX triplet: F9, CD and E6. RGB value is (249,205,230). Sum of RGB (Red+Green+Blue) = 249+205+230=684 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.40% from 684); Green value is 205 (80.47% from 255 or 29.97% from 684); Blue value is 230 (90.23% from 255 or 33.63% from 684); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CDE6 is #063219. Grayscale: #DCDCDC. Windows color (decimal): -406042 or 15126009. OLE color: 15126009.

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

Color convert

RGB249205230-
CMYK00.180.080.02
HSL325.91º78.57%89.02%-
HSV(B)325.91º17.67%97.65%-
XYZ75.1869.5284.32-
YUV221.01133.08147.97-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.40%
GREEN value IS 205 (80.47% from 255) = 29.97%
BLUE value IS 230 (90.23% from 255) = 33.63%
R=36.40%
G=29.97%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920523000.180.080.02325.9178.5789.02
HexF9CDE6012821464f59
Octal371315346022102506117131
Binary11111001110011011110011001001010001010100011010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CDE6; }

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

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

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

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

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

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

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

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