#F5CDEA

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

Shades of Classic Rose #F5CDEA

Tints of Classic Rose #F5CDEA

Color information

#F5CDEA (or 0xF5CDEA) is unknown color: approx Classic Rose. HEX triplet: F5, CD and EA. RGB value is (245,205,234). Sum of RGB (Red+Green+Blue) = 245+205+234=684 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.82% from 684); Green value is 205 (80.47% from 255 or 29.97% from 684); Blue value is 234 (91.80% from 255 or 34.21% from 684); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CDEA is #0A3215. Grayscale: #DCDCDC. Windows color (decimal): -668182 or 15388149. OLE color: 15388149.

HSL color Cylindrical-coordinate representation of color #F5CDEA: hue angle of 316.5º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F5CDEA is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB245205234-
CMYK00.160.040.04
HSL316.5º66.67%88.24%-
HSV(B)316.5º16.33%96.08%-
XYZ74.3469.0287.25-
YUV220.27135.75145.64-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.82%
GREEN value IS 205 (80.47% from 255) = 29.97%
BLUE value IS 234 (91.80% from 255) = 34.21%
R=35.82%
G=29.97%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520523400.160.040.04316.566.6788.24
HexF5CDEA0104413c4358
Octal36531535202044474103130
Binary11110101110011011110101001000010010010011110010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CDEA; }

 p { color: rgb(245,205,234); }

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

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

 a { background-color: rgb(245,205,234); }

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

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

 span { border-color: rgb(245,205,234); }

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