#FFC1E1

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

Shades of Classic Rose #FFC1E1

Tints of Classic Rose #FFC1E1

Color information

#FFC1E1 (or 0xFFC1E1) is unknown color: approx Classic Rose. HEX triplet: FF, C1 and E1. RGB value is (255,193,225). Sum of RGB (Red+Green+Blue) = 255+193+225=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 193 (75.78% from 255 or 28.68% from 673); Blue value is 225 (88.28% from 255 or 33.43% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1E1 is #003E1E. Grayscale: #D7D7D7. Windows color (decimal): -15903 or 14795263. OLE color: 14795263.

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

Color convert

RGB255193225-
CMYK00.240.120
HSL329.03º100%87.84%-
HSV(B)329.03º24.31%100%-
XYZ73.964.8479.85-
YUV215.19133.54156.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.89%
GREEN value IS 193 (75.78% from 255) = 28.68%
BLUE value IS 225 (88.28% from 255) = 33.43%
R=37.89%
G=28.68%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519322500.240.120329.0310087.84
HexFFC1E1018C01496458
Octal377301341030140511144130
Binary1111111111000001111000010110001100010100100111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC1E1; }

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

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

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

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

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

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

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

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