#F5C8EA

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

Shades of Classic Rose #F5C8EA

Tints of Classic Rose #F5C8EA

Color information

#F5C8EA (or 0xF5C8EA) is unknown color: approx Classic Rose. HEX triplet: F5, C8 and EA. RGB value is (245,200,234). Sum of RGB (Red+Green+Blue) = 245+200+234=679 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.08% from 679); Green value is 200 (78.52% from 255 or 29.46% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5C8EA is #0A3715. Grayscale: #D9D9D9. Windows color (decimal): -669462 or 15386869. OLE color: 15386869.

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

Color convert

RGB245200234-
CMYK00.180.040.04
HSL314.67º69.23%87.25%-
HSV(B)314.67º18.37%96.08%-
XYZ73.1666.6686.85-
YUV217.33137.41147.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.08%
GREEN value IS 200 (78.52% from 255) = 29.46%
BLUE value IS 234 (91.80% from 255) = 34.46%
R=36.08%
G=29.46%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24520023400.180.040.04314.6769.2387.25
HexF5C8EA0124413b4557
Octal36531035202244473105127
Binary11110101110010001110101001001010010010011101110001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C8EA; }

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

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

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

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

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

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

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

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