#F9CDEE

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

Shades of Classic Rose #F9CDEE

Tints of Classic Rose #F9CDEE

Color information

#F9CDEE (or 0xF9CDEE) is unknown color: approx Classic Rose. HEX triplet: F9, CD and EE. RGB value is (249,205,238). Sum of RGB (Red+Green+Blue) = 249+205+238=692 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.98% from 692); Green value is 205 (80.47% from 255 or 29.62% from 692); Blue value is 238 (93.36% from 255 or 34.39% from 692); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CDEE is #063211. Grayscale: #DDDDDD. Windows color (decimal): -406034 or 15650297. OLE color: 15650297.

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

Color convert

RGB249205238-
CMYK00.180.040.02
HSL315º78.57%89.02%-
HSV(B)315º17.67%97.65%-
XYZ76.3369.9890.37-
YUV221.92137.08147.32-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.98%
GREEN value IS 205 (80.47% from 255) = 29.62%
BLUE value IS 238 (93.36% from 255) = 34.39%
R=35.98%
G=29.62%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920523800.180.040.0231578.5789.02
HexF9CDEE0124213b4f59
Octal37131535602242473117131
Binary1111100111001101111011100100101001010011101110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CDEE; }

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

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

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

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

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

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

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

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