#FFC5E0

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

Shades of Classic Rose #FFC5E0

Tints of Classic Rose #FFC5E0

Color information

#FFC5E0 (or 0xFFC5E0) is unknown color: approx Classic Rose. HEX triplet: FF, C5 and E0. RGB value is (255,197,224). Sum of RGB (Red+Green+Blue) = 255+197+224=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 197 (77.34% from 255 or 29.14% from 676); Blue value is 224 (87.89% from 255 or 33.14% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC5E0 is #003A1F. Grayscale: #D9D9D9. Windows color (decimal): -14880 or 14730751. OLE color: 14730751.

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

Color convert

RGB255197224-
CMYK00.230.120
HSL332.07º100%88.63%-
HSV(B)332.07º22.75%100%-
XYZ74.6666.5779.44-
YUV217.42131.72154.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.72%
GREEN value IS 197 (77.34% from 255) = 29.14%
BLUE value IS 224 (87.89% from 255) = 33.14%
R=37.72%
G=29.14%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519722400.230.120332.0710088.63
HexFFC5E0017C014c6459
Octal377305340027140514144131
Binary1111111111000101111000000101111100010100110011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC5E0; }

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

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

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

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

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

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

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

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