Html Css Color HEX #F4BCBD Azalea

📋 copy color: '#F4BCBD'

red 244 ◦ green 188 ◦ blue 189

#F4BCBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Azalea #F4BCBD

Tints of Azalea #F4BCBD

RGB

 RED value IS 244 (95.7% from 255) = 39.29%

 GREEN value IS 188 (73.83% from 255) = 30.27%

 BLUE value IS 189 (74.22% from 255) = 30.43%

R = 39.29%
G = 30.27%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F4BCBD (or 0xF4BCBD) is known color: Azalea. HEX triplet: F4, BC and BD. RGB value is (244,188,189). Sum of RGB (Red+Green+Blue) = 244+188+189=621 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.29% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 189 (74.22% from 255 or 30.43% from 621); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BCBD is #0B4342. Grayscale: #CCCCCC. Windows color (decimal): -738115 or 12434676. OLE color: 12434676.

HSL color Cylindrical-coordinate representation of color #F4BCBD: hue angle of 358.93º degrees, saturation: 0.72, 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 #F4BCBD is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 188 189 -
CMYK 0 0.23 0.23 0.04
HSL 358.93º 0.72% 0.85% -
HSV(B) 358.93º 0.23% 0.96% -
XYZ 64.48 58.87 56.11 -
YUV 204.86 119.05 155.92 -
System Red Green Blue C M Y K H S L
Decimal 244 188 189 0 0.23 0.23 0.04 358.93 0.72 0.85
Hex F4 BC BD 0 17 17 4 167 48 55
Octal 364 274 275 0 27 27 4 547 110 125
Binary 11110100 10111100 10111101 0 10111 10111 100 101100111 1001000 1010101

Color Harmonies of #F4BCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BCBD

Black with #F4BCBD

Text Example


Text Example

White with #F4BCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BCBD; }

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

 H1.HeaderClassName
 {
   color: #F4BCBD;
 }
 .AnyTagClassName
 {
   color: #F4BCBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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