#F9CDEB

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

Shades of Classic Rose #F9CDEB

Tints of Classic Rose #F9CDEB

Color information

#F9CDEB (or 0xF9CDEB) is unknown color: approx Classic Rose. HEX triplet: F9, CD and EB. RGB value is (249,205,235). Sum of RGB (Red+Green+Blue) = 249+205+235=689 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.14% from 689); Green value is 205 (80.47% from 255 or 29.75% from 689); Blue value is 235 (92.19% from 255 or 34.11% from 689); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9CDEB is #063214. Grayscale: #DDDDDD. Windows color (decimal): -406037 or 15453689. OLE color: 15453689.

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

Color convert

RGB249205235-
CMYK00.180.060.02
HSL319.09º78.57%89.02%-
HSV(B)319.09º17.67%97.65%-
XYZ75.8969.888.07-
YUV221.58135.58147.56-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.14%
GREEN value IS 205 (80.47% from 255) = 29.75%
BLUE value IS 235 (92.19% from 255) = 34.11%
R=36.14%
G=29.75%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24920523500.180.060.02319.0978.5789.02
HexF9CDEB0126213f4f59
Octal37131535302262477117131
Binary1111100111001101111010110100101101010011111110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9CDEB; }

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

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

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

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

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

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

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

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