#FFC5E9

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

Shades of Classic Rose #FFC5E9

Tints of Classic Rose #FFC5E9

Color information

#FFC5E9 (or 0xFFC5E9) is unknown color: approx Classic Rose. HEX triplet: FF, C5 and E9. RGB value is (255,197,233). Sum of RGB (Red+Green+Blue) = 255+197+233=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 197 (77.34% from 255 or 28.76% from 685); Blue value is 233 (91.41% from 255 or 34.01% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC5E9 is #003A16. Grayscale: #DADADA. Windows color (decimal): -14871 or 15320575. OLE color: 15320575.

HSL color Cylindrical-coordinate representation of color #FFC5E9: hue angle of 322.76º 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 #FFC5E9 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB255197233-
CMYK00.230.090
HSL322.76º100%88.63%-
HSV(B)322.76º22.75%100%-
XYZ75.9167.0886.04-
YUV218.45136.22154.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.23%
GREEN value IS 197 (77.34% from 255) = 28.76%
BLUE value IS 233 (91.41% from 255) = 34.01%
R=37.23%
G=28.76%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519723300.230.090322.7610088.63
HexFFC5E9017901436459
Octal377305351027110503144131
Binary1111111111000101111010010101111001010100001111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC5E9; }

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

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

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

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

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

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

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

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