#F1BDC4

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

Shades of Azalea #F1BDC4

Tints of Azalea #F1BDC4

Color information

#F1BDC4 (or 0xF1BDC4) is unknown color: approx Azalea. HEX triplet: F1, BD and C4. RGB value is (241,189,196). Sum of RGB (Red+Green+Blue) = 241+189+196=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 196 (76.95% from 255 or 31.31% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BDC4 is #0E423B. Grayscale: #CDCDCD. Windows color (decimal): -934460 or 12893681. OLE color: 12893681.

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

Color convert

RGB241189196-
CMYK00.220.190.05
HSL351.92º65%84.31%-
HSV(B)351.92º21.58%94.51%-
XYZ64.4459.0860.23-
YUV205.35122.73153.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.50%
GREEN value IS 189 (74.22% from 255) = 30.19%
BLUE value IS 196 (76.95% from 255) = 31.31%
R=38.50%
G=30.19%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118919600.220.190.05351.926584.31
HexF1BDC40161351604154
Octal361275304026235540101124
Binary1111000110111101110001000101101001110110110000010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BDC4; }

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

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

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

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

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

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

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

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