#FFC2ED

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

Shades of Classic Rose #FFC2ED

Tints of Classic Rose #FFC2ED

Color information

#FFC2ED (or 0xFFC2ED) is unknown color: approx Classic Rose. HEX triplet: FF, C2 and ED. RGB value is (255,194,237). Sum of RGB (Red+Green+Blue) = 255+194+237=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 194 (76.17% from 255 or 28.28% from 686); Blue value is 237 (92.97% from 255 or 34.55% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC2ED is #003D12. Grayscale: #D9D9D9. Windows color (decimal): -15635 or 15581951. OLE color: 15581951.

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

Color convert

RGB255194237-
CMYK00.240.070
HSL317.7º100%88.04%-
HSV(B)317.7º23.92%100%-
XYZ75.8265.9688.86-
YUV217.14139.21155-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.17%
GREEN value IS 194 (76.17% from 255) = 28.28%
BLUE value IS 237 (92.97% from 255) = 34.55%
R=37.17%
G=28.28%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519423700.240.070317.710088.04
HexFFC2ED0187013e6458
Octal37730235503070476144130
Binary111111111100001011101101011000111010011111011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC2ED; }

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

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

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

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

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

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

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

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