#FFC5ED

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

Shades of Classic Rose #FFC5ED

Tints of Classic Rose #FFC5ED

Color information

#FFC5ED (or 0xFFC5ED) is unknown color: approx Classic Rose. HEX triplet: FF, C5 and ED. RGB value is (255,197,237). Sum of RGB (Red+Green+Blue) = 255+197+237=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 197 (77.34% from 255 or 28.59% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC5ED is #003A12. Grayscale: #DADADA. Windows color (decimal): -14867 or 15582719. OLE color: 15582719.

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

Color convert

RGB255197237-
CMYK00.230.070
HSL318.62º100%88.63%-
HSV(B)318.62º22.75%100%-
XYZ76.4967.3189.08-
YUV218.9138.22153.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.01%
GREEN value IS 197 (77.34% from 255) = 28.59%
BLUE value IS 237 (92.97% from 255) = 34.40%
R=37.01%
G=28.59%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519723700.230.070318.6210088.63
HexFFC5ED0177013f6459
Octal37730535502770477144131
Binary111111111100010111101101010111111010011111111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC5ED; }

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

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

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

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

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

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

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

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