#FFC5E6

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

Shades of Classic Rose #FFC5E6

Tints of Classic Rose #FFC5E6

Color information

#FFC5E6 (or 0xFFC5E6) is unknown color: approx Classic Rose. HEX triplet: FF, C5 and E6. RGB value is (255,197,230). Sum of RGB (Red+Green+Blue) = 255+197+230=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 197 (77.34% from 255 or 28.89% from 682); Blue value is 230 (90.23% from 255 or 33.72% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC5E6 is #003A19. Grayscale: #DADADA. Windows color (decimal): -14874 or 15123967. OLE color: 15123967.

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

Color convert

RGB255197230-
CMYK00.230.100
HSL325.86º100%88.63%-
HSV(B)325.86º22.75%100%-
XYZ75.4966.9183.8-
YUV218.1134.72154.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.39%
GREEN value IS 197 (77.34% from 255) = 28.89%
BLUE value IS 230 (90.23% from 255) = 33.72%
R=37.39%
G=28.89%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519723000.230.100325.8610088.63
HexFFC5E6017A01466459
Octal377305346027120506144131
Binary1111111111000101111001100101111010010100011011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC5E6; }

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

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

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

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

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

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

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

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