#F5CCEB

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

Shades of Classic Rose #F5CCEB

Tints of Classic Rose #F5CCEB

Color information

#F5CCEB (or 0xF5CCEB) is unknown color: approx Classic Rose. HEX triplet: F5, CC and EB. RGB value is (245,204,235). Sum of RGB (Red+Green+Blue) = 245+204+235=684 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.82% from 684); Green value is 204 (80.08% from 255 or 29.82% from 684); Blue value is 235 (92.19% from 255 or 34.36% from 684); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5CCEB is #0A3314. Grayscale: #DBDBDB. Windows color (decimal): -668437 or 15453429. OLE color: 15453429.

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

Color convert

RGB245204235-
CMYK00.170.040.04
HSL314.63º67.21%88.04%-
HSV(B)314.63º16.73%96.08%-
XYZ74.2468.687.92-
YUV219.79136.58145.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.82%
GREEN value IS 204 (80.08% from 255) = 29.82%
BLUE value IS 235 (92.19% from 255) = 34.36%
R=35.82%
G=29.82%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520423500.170.040.04314.6367.2188.04
HexF5CCEB0114413b4358
Octal36531435302144473103130
Binary11110101110011001110101101000110010010011101110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CCEB; }

 p { color: rgb(245,204,235); }

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

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

 a { background-color: rgb(245,204,235); }

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

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

 span { border-color: rgb(245,204,235); }

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