#FFC5EE

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

Shades of Classic Rose #FFC5EE

Tints of Classic Rose #FFC5EE

Color information

#FFC5EE (or 0xFFC5EE) is unknown color: approx Classic Rose. HEX triplet: FF, C5 and EE. RGB value is (255,197,238). Sum of RGB (Red+Green+Blue) = 255+197+238=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 197 (77.34% from 255 or 28.55% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC5EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC5EE is #003A11. Grayscale: #DADADA. Windows color (decimal): -14866 or 15648255. OLE color: 15648255.

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

Color convert

RGB255197238-
CMYK00.230.070
HSL317.59º100%88.63%-
HSV(B)317.59º22.75%100%-
XYZ76.6467.3789.85-
YUV219.02138.72153.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.96%
GREEN value IS 197 (77.34% from 255) = 28.55%
BLUE value IS 238 (93.36% from 255) = 34.49%
R=36.96%
G=28.55%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519723800.230.070317.5910088.63
HexFFC5EE0177013e6459
Octal37730535602770476144131
Binary111111111100010111101110010111111010011111011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC5EE; }

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

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

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

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

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

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

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

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