#F1BDDC

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

Shades of Classic Rose #F1BDDC

Tints of Classic Rose #F1BDDC

Color information

#F1BDDC (or 0xF1BDDC) is unknown color: approx Classic Rose. HEX triplet: F1, BD and DC. RGB value is (241,189,220). Sum of RGB (Red+Green+Blue) = 241+189+220=650 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.08% from 650); Green value is 189 (74.22% from 255 or 29.08% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BDDC is #0E4223. Grayscale: #D0D0D0. Windows color (decimal): -934436 or 14466545. OLE color: 14466545.

HSL color Cylindrical-coordinate representation of color #F1BDDC: hue angle of 324.23º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1BDDC is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB241189220-
CMYK00.220.090.05
HSL324.23º65%84.31%-
HSV(B)324.23º21.58%94.51%-
XYZ67.3960.2675.79-
YUV208.08134.73151.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.08%
GREEN value IS 189 (74.22% from 255) = 29.08%
BLUE value IS 220 (86.33% from 255) = 33.85%
R=37.08%
G=29.08%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118922000.220.090.05324.236584.31
HexF1BDDC016951444154
Octal361275334026115504101124
Binary111100011011110111011100010110100110110100010010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BDDC; }

 p { color: rgb(241,189,220); }

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

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

 a { background-color: rgb(241,189,220); }

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

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

 span { border-color: rgb(241,189,220); }

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