#FFC1EC

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

Shades of Classic Rose #FFC1EC

Tints of Classic Rose #FFC1EC

Color information

#FFC1EC (or 0xFFC1EC) is unknown color: approx Classic Rose. HEX triplet: FF, C1 and EC. RGB value is (255,193,236). Sum of RGB (Red+Green+Blue) = 255+193+236=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 193 (75.78% from 255 or 28.22% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC1EC is #003E13. Grayscale: #D8D8D8. Windows color (decimal): -15892 or 15516159. OLE color: 15516159.

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

Color convert

RGB255193236-
CMYK00.240.070
HSL318.39º100%87.84%-
HSV(B)318.39º24.31%100%-
XYZ75.4565.4688.01-
YUV216.44139.04155.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.28%
GREEN value IS 193 (75.78% from 255) = 28.22%
BLUE value IS 236 (92.58% from 255) = 34.50%
R=37.28%
G=28.22%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519323600.240.070318.3910087.84
HexFFC1EC0187013e6458
Octal37730135403070476144130
Binary111111111100000111101100011000111010011111011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC1EC; }

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

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

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

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

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

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

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

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