#FFC0EB

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

Shades of Classic Rose #FFC0EB

Tints of Classic Rose #FFC0EB

Color information

#FFC0EB (or 0xFFC0EB) is unknown color: approx Classic Rose. HEX triplet: FF, C0 and EB. RGB value is (255,192,235). Sum of RGB (Red+Green+Blue) = 255+192+235=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 192 (75.39% from 255 or 28.15% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC0EB is #003F14. Grayscale: #D7D7D7. Windows color (decimal): -16149 or 15450367. OLE color: 15450367.

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

Color convert

RGB255192235-
CMYK00.250.080
HSL319.05º100%87.65%-
HSV(B)319.05º24.71%100%-
XYZ75.0964.9687.18-
YUV215.74138.87156-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.39%
GREEN value IS 192 (75.39% from 255) = 28.15%
BLUE value IS 235 (92.19% from 255) = 34.46%
R=37.39%
G=28.15%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519223500.250.080319.0510087.65
HexFFC0EB0198013f6458
Octal377300353031100477144130
Binary1111111111000000111010110110011000010011111111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0EB; }

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

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

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

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

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

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

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

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