#F1BEE0

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

Shades of Classic Rose #F1BEE0

Tints of Classic Rose #F1BEE0

Color information

#F1BEE0 (or 0xF1BEE0) is unknown color: approx Classic Rose. HEX triplet: F1, BE and E0. RGB value is (241,190,224). Sum of RGB (Red+Green+Blue) = 241+190+224=655 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.79% from 655); Green value is 190 (74.61% from 255 or 29.01% from 655); Blue value is 224 (87.89% from 255 or 34.20% from 655); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BEE0 is #0E411F. Grayscale: #D1D1D1. Windows color (decimal): -934176 or 14728945. OLE color: 14728945.

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

Color convert

RGB241190224-
CMYK00.210.070.05
HSL320º64.56%84.51%-
HSV(B)320º21.16%94.51%-
XYZ68.1460.9178.69-
YUV209.12136.4150.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.79%
GREEN value IS 190 (74.61% from 255) = 29.01%
BLUE value IS 224 (87.89% from 255) = 34.20%
R=36.79%
G=29.01%
B=34.20%

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
Decimal24119022400.210.070.0532064.5684.51
HexF1BEE0015751404155
Octal36127634002575500101125
Binary11110001101111101110000001010111110110100000010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BEE0; }

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

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

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

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

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

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

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

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