#F1BEDD

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

Shades of Classic Rose #F1BEDD

Tints of Classic Rose #F1BEDD

Color information

#F1BEDD (or 0xF1BEDD) is unknown color: approx Classic Rose. HEX triplet: F1, BE and DD. RGB value is (241,190,221). Sum of RGB (Red+Green+Blue) = 241+190+221=652 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.96% from 652); Green value is 190 (74.61% from 255 or 29.14% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BEDD is #0E4122. Grayscale: #D0D0D0. Windows color (decimal): -934179 or 14532337. OLE color: 14532337.

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

Color convert

RGB241190221-
CMYK00.210.080.05
HSL323.53º64.56%84.51%-
HSV(B)323.53º21.16%94.51%-
XYZ67.7460.7576.56-
YUV208.78134.9150.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.96%
GREEN value IS 190 (74.61% from 255) = 29.14%
BLUE value IS 221 (86.72% from 255) = 33.90%
R=36.96%
G=29.14%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119022100.210.080.05323.5364.5684.51
HexF1BEDD015851444155
Octal361276335025105504101125
Binary111100011011111011011101010101100010110100010010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BEDD; }

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

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

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

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

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

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

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

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