#FFC1E2

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

Shades of Classic Rose #FFC1E2

Tints of Classic Rose #FFC1E2

Color information

#FFC1E2 (or 0xFFC1E2) is unknown color: approx Classic Rose. HEX triplet: FF, C1 and E2. RGB value is (255,193,226). Sum of RGB (Red+Green+Blue) = 255+193+226=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 193 (75.78% from 255 or 28.64% from 674); Blue value is 226 (88.67% from 255 or 33.53% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC1E2 is #003E1D. Grayscale: #D7D7D7. Windows color (decimal): -15902 or 14860799. OLE color: 14860799.

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

Color convert

RGB255193226-
CMYK00.240.110
HSL328.06º100%87.84%-
HSV(B)328.06º24.31%100%-
XYZ74.0464.8980.57-
YUV215.3134.04156.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.83%
GREEN value IS 193 (75.78% from 255) = 28.64%
BLUE value IS 226 (88.67% from 255) = 33.53%
R=37.83%
G=28.64%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519322600.240.110328.0610087.84
HexFFC1E2018B01486458
Octal377301342030130510144130
Binary1111111111000001111000100110001011010100100011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC1E2; }

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

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

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

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

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

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

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

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