#F1BEDF

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

Shades of Classic Rose #F1BEDF

Tints of Classic Rose #F1BEDF

Color information

#F1BEDF (or 0xF1BEDF) is unknown color: approx Classic Rose. HEX triplet: F1, BE and DF. RGB value is (241,190,223). Sum of RGB (Red+Green+Blue) = 241+190+223=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 190 (74.61% from 255 or 29.05% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BEDF is #0E4120. Grayscale: #D0D0D0. Windows color (decimal): -934177 or 14663409. OLE color: 14663409.

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

Color convert

RGB241190223-
CMYK00.210.070.05
HSL321.18º64.56%84.51%-
HSV(B)321.18º21.16%94.51%-
XYZ68.0160.8677.97-
YUV209.01135.9150.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.85%
GREEN value IS 190 (74.61% from 255) = 29.05%
BLUE value IS 223 (87.5% from 255) = 34.10%
R=36.85%
G=29.05%
B=34.10%

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
Decimal24119022300.210.070.05321.1864.5684.51
HexF1BEDF015751414155
Octal36127633702575501101125
Binary11110001101111101101111101010111110110100000110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BEDF; }

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

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

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

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

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

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

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

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