#FFC0E3

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

Shades of Classic Rose #FFC0E3

Tints of Classic Rose #FFC0E3

Color information

#FFC0E3 (or 0xFFC0E3) is unknown color: approx Classic Rose. HEX triplet: FF, C0 and E3. RGB value is (255,192,227). Sum of RGB (Red+Green+Blue) = 255+192+227=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 192 (75.39% from 255 or 28.49% from 674); Blue value is 227 (89.06% from 255 or 33.68% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0E3 is #003F1C. Grayscale: #D6D6D6. Windows color (decimal): -16157 or 14926079. OLE color: 14926079.

HSL color Cylindrical-coordinate representation of color #FFC0E3: hue angle of 326.67º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFC0E3 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB255192227-
CMYK00.250.110
HSL326.67º100%87.65%-
HSV(B)326.67º24.71%100%-
XYZ73.9564.5181.23-
YUV214.83134.87156.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.83%
GREEN value IS 192 (75.39% from 255) = 28.49%
BLUE value IS 227 (89.06% from 255) = 33.68%
R=37.83%
G=28.49%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519222700.250.110326.6710087.65
HexFFC0E3019B01476458
Octal377300343031130507144130
Binary1111111111000000111000110110011011010100011111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0E3; }

 p { color: rgb(255,192,227); }

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

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

 a { background-color: rgb(255,192,227); }

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

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

 span { border-color: rgb(255,192,227); }

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