#FFC5EA

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

Shades of Classic Rose #FFC5EA

Tints of Classic Rose #FFC5EA

Color information

#FFC5EA (or 0xFFC5EA) is unknown color: approx Classic Rose. HEX triplet: FF, C5 and EA. RGB value is (255,197,234). Sum of RGB (Red+Green+Blue) = 255+197+234=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 197 (77.34% from 255 or 28.72% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC5EA is #003A15. Grayscale: #DADADA. Windows color (decimal): -14870 or 15386111. OLE color: 15386111.

HSL color Cylindrical-coordinate representation of color #FFC5EA: hue angle of 321.72º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFC5EA is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB255197234-
CMYK00.230.080
HSL321.72º100%88.63%-
HSV(B)321.72º22.75%100%-
XYZ76.0667.1386.79-
YUV218.56136.72153.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.17%
GREEN value IS 197 (77.34% from 255) = 28.72%
BLUE value IS 234 (91.80% from 255) = 34.11%
R=37.17%
G=28.72%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519723400.230.080321.7210088.63
HexFFC5EA017801426459
Octal377305352027100502144131
Binary1111111111000101111010100101111000010100001011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC5EA; }

 p { color: rgb(255,197,234); }

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

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

 a { background-color: rgb(255,197,234); }

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

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

 span { border-color: rgb(255,197,234); }

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