#F5C6EA

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

Shades of Classic Rose #F5C6EA

Tints of Classic Rose #F5C6EA

Color information

#F5C6EA (or 0xF5C6EA) is unknown color: approx Classic Rose. HEX triplet: F5, C6 and EA. RGB value is (245,198,234). Sum of RGB (Red+Green+Blue) = 245+198+234=677 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.19% from 677); Green value is 198 (77.73% from 255 or 29.25% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C6EA is #0A3915. Grayscale: #D8D8D8. Windows color (decimal): -669974 or 15386357. OLE color: 15386357.

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

Color convert

RGB245198234-
CMYK00.190.040.04
HSL314.04º70.15%86.86%-
HSV(B)314.04º19.18%96.08%-
XYZ72.765.7486.7-
YUV216.16138.07148.57-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.19%
GREEN value IS 198 (77.73% from 255) = 29.25%
BLUE value IS 234 (91.80% from 255) = 34.56%
R=36.19%
G=29.25%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519823400.190.040.04314.0470.1586.86
HexF5C6EA0134413a4657
Octal36530635202344472106127
Binary11110101110001101110101001001110010010011101010001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C6EA; }

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

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

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

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

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

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

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

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