Html Css Color HEX #F4B7BC Azalea

📋 copy color: '#F4B7BC'

red 244 ◦ green 183 ◦ blue 188

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

Shades of Azalea #F4B7BC

Tints of Azalea #F4B7BC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 29.76%

 BLUE value IS 188 (73.83% from 255) = 30.57%

R = 39.67%
G = 29.76%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F4B7BC (or 0xF4B7BC) is known color: Azalea. HEX triplet: F4, B7 and BC. RGB value is (244,183,188). Sum of RGB (Red+Green+Blue) = 244+183+188=615 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.67% from 615); Green value is 183 (71.88% from 255 or 29.76% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4B7BC is #0B4843. Grayscale: #C9C9C9. Windows color (decimal): -739396 or 12367860. OLE color: 12367860.

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

Color convert

RGB 244 183 188 -
CMYK 0 0.25 0.23 0.04
HSL 355.08º 0.73% 0.84% -
HSV(B) 355.08º 0.25% 0.96% -
XYZ 63.32 56.73 55.19 -
YUV 201.81 120.21 158.09 -
System Red Green Blue C M Y K H S L
Decimal 244 183 188 0 0.25 0.23 0.04 355.08 0.73 0.84
Hex F4 B7 BC 0 19 17 4 163 49 54
Octal 364 267 274 0 31 27 4 543 111 124
Binary 11110100 10110111 10111100 0 11001 10111 100 101100011 1001001 1010100

Color Harmonies of #F4B7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B7BC

Black with #F4B7BC

Text Example


Text Example

White with #F4B7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B7BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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