#F1BEE1

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

Shades of Classic Rose #F1BEE1

Tints of Classic Rose #F1BEE1

Color information

#F1BEE1 (or 0xF1BEE1) is unknown color: approx Classic Rose. HEX triplet: F1, BE and E1. RGB value is (241,190,225). Sum of RGB (Red+Green+Blue) = 241+190+225=656 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.74% from 656); Green value is 190 (74.61% from 255 or 28.96% from 656); Blue value is 225 (88.28% from 255 or 34.30% from 656); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BEE1 is #0E411E. Grayscale: #D1D1D1. Windows color (decimal): -934175 or 14794481. OLE color: 14794481.

HSL color Cylindrical-coordinate representation of color #F1BEE1: hue angle of 318.82º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1BEE1 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB241190225-
CMYK00.210.070.05
HSL318.82º64.56%84.51%-
HSV(B)318.82º21.16%94.51%-
XYZ68.2860.9679.4-
YUV209.24136.9150.65-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.74%
GREEN value IS 190 (74.61% from 255) = 28.96%
BLUE value IS 225 (88.28% from 255) = 34.30%
R=36.74%
G=28.96%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119022500.210.070.05318.8264.5684.51
HexF1BEE10157513f4155
Octal36127634102575477101125
Binary11110001101111101110000101010111110110011111110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BEE1; }

 p { color: rgb(241,190,225); }

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

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

 a { background-color: rgb(241,190,225); }

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

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

 span { border-color: rgb(241,190,225); }

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