#F1BED2

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

Shades of Classic Rose #F1BED2

Tints of Classic Rose #F1BED2

Color information

#F1BED2 (or 0xF1BED2) is unknown color: approx Classic Rose. HEX triplet: F1, BE and D2. RGB value is (241,190,210). Sum of RGB (Red+Green+Blue) = 241+190+210=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 210 (82.42% from 255 or 32.76% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BED2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BED2 is #0E412D. Grayscale: #CFCFCF. Windows color (decimal): -934190 or 13811441. OLE color: 13811441.

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

Color convert

RGB241190210-
CMYK00.210.130.05
HSL336.47º64.56%84.51%-
HSV(B)336.47º21.16%94.51%-
XYZ66.3260.1869.09-
YUV207.53129.4151.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.60%
GREEN value IS 190 (74.61% from 255) = 29.64%
BLUE value IS 210 (82.42% from 255) = 32.76%
R=37.60%
G=29.64%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119021000.210.130.05336.4764.5684.51
HexF1BED2015D51504155
Octal361276322025155520101125
Binary111100011011111011010010010101110110110101000010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BED2; }

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

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

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

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

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

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

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

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