#FFC1E3

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

Shades of Classic Rose #FFC1E3

Tints of Classic Rose #FFC1E3

Color information

#FFC1E3 (or 0xFFC1E3) is unknown color: approx Classic Rose. HEX triplet: FF, C1 and E3. RGB value is (255,193,227). Sum of RGB (Red+Green+Blue) = 255+193+227=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 193 (75.78% from 255 or 28.59% from 675); Blue value is 227 (89.06% from 255 or 33.63% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1E3 is #003E1C. Grayscale: #D7D7D7. Windows color (decimal): -15901 or 14926335. OLE color: 14926335.

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

Color convert

RGB255193227-
CMYK00.240.110
HSL327.1º100%87.84%-
HSV(B)327.1º24.31%100%-
XYZ74.1864.9581.3-
YUV215.41134.54156.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.78%
GREEN value IS 193 (75.78% from 255) = 28.59%
BLUE value IS 227 (89.06% from 255) = 33.63%
R=37.78%
G=28.59%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519322700.240.110327.110087.84
HexFFC1E3018B01476458
Octal377301343030130507144130
Binary1111111111000001111000110110001011010100011111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC1E3; }

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

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

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

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

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

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

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

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