Html Css Color HEX #F4B8B9 Azalea

📋 copy color: '#F4B8B9'

red 244 ◦ green 184 ◦ blue 185

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

Shades of Azalea #F4B8B9

Tints of Azalea #F4B8B9

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.02%

 BLUE value IS 185 (72.66% from 255) = 30.18%

R = 39.8%
G = 30.02%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F4B8B9 (or 0xF4B8B9) is known color: Azalea. HEX triplet: F4, B8 and B9. RGB value is (244,184,185). Sum of RGB (Red+Green+Blue) = 244+184+185=613 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.80% from 613); Green value is 184 (72.27% from 255 or 30.02% from 613); Blue value is 185 (72.66% from 255 or 30.18% from 613); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B8B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B8B9 is #0B4746. Grayscale: #CACACA. Windows color (decimal): -739143 or 12171508. OLE color: 12171508.

HSL color Cylindrical-coordinate representation of color #F4B8B9: hue angle of 359º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F4B8B9 is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 184 185 -
CMYK 0 0.25 0.24 0.04
HSL 359º 0.73% 0.84% -
HSV(B) 359º 0.25% 0.96% -
XYZ 63.21 57.02 53.57 -
YUV 202.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 244 184 185 0 0.25 0.24 0.04 359 0.73 0.84
Hex F4 B8 B9 0 19 18 4 167 49 54
Octal 364 270 271 0 31 30 4 547 111 124
Binary 11110100 10111000 10111001 0 11001 11000 100 101100111 1001001 1010100

Color Harmonies of #F4B8B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B8B9

Black with #F4B8B9

Text Example


Text Example

White with #F4B8B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B8B9; }

 p { color: rgb(244,184,185); }

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

background-color css

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

 a { background-color: rgb(244,184,185); }

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

border-color css

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

 span { border-color: rgb(244,184,185); }

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