#F4BDC6

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

Shades of Azalea #F4BDC6

Tints of Azalea #F4BDC6

Color information

#F4BDC6 (or 0xF4BDC6) is unknown color: approx Azalea. HEX triplet: F4, BD and C6. RGB value is (244,189,198). Sum of RGB (Red+Green+Blue) = 244+189+198=631 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.67% from 631); Green value is 189 (74.22% from 255 or 29.95% from 631); Blue value is 198 (77.73% from 255 or 31.38% from 631); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDC6 is #0B4239. Grayscale: #CECECE. Windows color (decimal): -737850 or 13024756. OLE color: 13024756.

HSL color Cylindrical-coordinate representation of color #F4BDC6: hue angle of 350.18º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4BDC6 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB244189198-
CMYK00.230.190.04
HSL350.18º71.43%84.9%-
HSV(B)350.18º22.54%95.69%-
XYZ65.759.7161.49-
YUV206.47123.22154.77-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 38.67%
GREEN value IS 189 (74.22% from 255) = 29.95%
BLUE value IS 198 (77.73% from 255) = 31.38%
R=38.67%
G=29.95%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24418919800.230.190.04350.1871.4384.9
HexF4BDC601713415e4755
Octal364275306027234536107125
Binary1111010010111101110001100101111001110010101111010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BDC6; }

 p { color: rgb(244,189,198); }

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

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

 a { background-color: rgb(244,189,198); }

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

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

 span { border-color: rgb(244,189,198); }

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