#F1BED9

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

Shades of Classic Rose #F1BED9

Tints of Classic Rose #F1BED9

Color information

#F1BED9 (or 0xF1BED9) is unknown color: approx Classic Rose. HEX triplet: F1, BE and D9. RGB value is (241,190,217). Sum of RGB (Red+Green+Blue) = 241+190+217=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 190 (74.61% from 255 or 29.32% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BED9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BED9 is #0E4126. Grayscale: #D0D0D0. Windows color (decimal): -934183 or 14270193. OLE color: 14270193.

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

Color convert

RGB241190217-
CMYK00.210.100.05
HSL328.24º64.56%84.51%-
HSV(B)328.24º21.16%94.51%-
XYZ67.2160.5473.79-
YUV208.33132.9151.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.19%
GREEN value IS 190 (74.61% from 255) = 29.32%
BLUE value IS 217 (85.16% from 255) = 33.49%
R=37.19%
G=29.32%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119021700.210.100.05328.2464.5684.51
HexF1BED9015A51484155
Octal361276331025125510101125
Binary111100011011111011011001010101101010110100100010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BED9; }

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

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

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

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

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

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

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

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