#FFC0ED

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

Shades of Classic Rose #FFC0ED

Tints of Classic Rose #FFC0ED

Color information

#FFC0ED (or 0xFFC0ED) is unknown color: approx Classic Rose. HEX triplet: FF, C0 and ED. RGB value is (255,192,237). Sum of RGB (Red+Green+Blue) = 255+192+237=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 192 (75.39% from 255 or 28.07% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC0ED is #003F12. Grayscale: #D7D7D7. Windows color (decimal): -16147 or 15581439. OLE color: 15581439.

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

Color convert

RGB255192237-
CMYK00.250.070
HSL317.14º100%87.65%-
HSV(B)317.14º24.71%100%-
XYZ75.3865.0788.71-
YUV215.97139.87155.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.28%
GREEN value IS 192 (75.39% from 255) = 28.07%
BLUE value IS 237 (92.97% from 255) = 34.65%
R=37.28%
G=28.07%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519223700.250.070317.1410087.65
HexFFC0ED0197013d6458
Octal37730035503170475144130
Binary111111111100000011101101011001111010011110111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC0ED; }

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

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

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

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

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

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

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

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