#FFC5EC

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

Shades of Classic Rose #FFC5EC

Tints of Classic Rose #FFC5EC

Color information

#FFC5EC (or 0xFFC5EC) is unknown color: approx Classic Rose. HEX triplet: FF, C5 and EC. RGB value is (255,197,236). Sum of RGB (Red+Green+Blue) = 255+197+236=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 197 (77.34% from 255 or 28.63% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC5EC is #003A13. Grayscale: #DADADA. Windows color (decimal): -14868 or 15517183. OLE color: 15517183.

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

Color convert

RGB255197236-
CMYK00.230.070
HSL319.66º100%88.63%-
HSV(B)319.66º22.75%100%-
XYZ76.3567.2588.31-
YUV218.79137.72153.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.06%
GREEN value IS 197 (77.34% from 255) = 28.63%
BLUE value IS 236 (92.58% from 255) = 34.30%
R=37.06%
G=28.63%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519723600.230.070319.6610088.63
HexFFC5EC017701406459
Octal37730535402770500144131
Binary111111111100010111101100010111111010100000011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC5EC; }

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

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

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

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

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

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

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

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