#FFC3EC

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

Shades of Classic Rose #FFC3EC

Tints of Classic Rose #FFC3EC

Color information

#FFC3EC (or 0xFFC3EC) is unknown color: approx Classic Rose. HEX triplet: FF, C3 and EC. RGB value is (255,195,236). Sum of RGB (Red+Green+Blue) = 255+195+236=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 195 (76.56% from 255 or 28.43% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC3EC is #003C13. Grayscale: #D9D9D9. Windows color (decimal): -15380 or 15516671. OLE color: 15516671.

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

Color convert

RGB255195236-
CMYK00.240.070
HSL319º100%88.24%-
HSV(B)319º23.53%100%-
XYZ75.966.3588.16-
YUV217.61138.38154.67-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.17%
GREEN value IS 195 (76.56% from 255) = 28.43%
BLUE value IS 236 (92.58% from 255) = 34.40%
R=37.17%
G=28.43%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519523600.240.07031910088.24
HexFFC3EC0187013f6458
Octal37730335403070477144130
Binary111111111100001111101100011000111010011111111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC3EC; }

 p { color: rgb(255,195,236); }

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

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

 a { background-color: rgb(255,195,236); }

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

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

 span { border-color: rgb(255,195,236); }

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