Html Css Color HEX #F4BBC4 Azalea

📋 copy color: '#F4BBC4'

red 244 ◦ green 187 ◦ blue 196

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

Shades of Azalea #F4BBC4

Tints of Azalea #F4BBC4

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.82%

 BLUE value IS 196 (76.95% from 255) = 31.26%

R = 38.92%
G = 29.82%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F4BBC4 (or 0xF4BBC4) is known color: Azalea. HEX triplet: F4, BB and C4. RGB value is (244,187,196). Sum of RGB (Red+Green+Blue) = 244+187+196=627 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.92% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 196 (76.95% from 255 or 31.26% from 627); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BBC4 is #0B443B. Grayscale: #CDCDCD. Windows color (decimal): -738364 or 12893172. OLE color: 12893172.

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

Color convert

RGB 244 187 196 -
CMYK 0 0.23 0.20 0.04
HSL 350.53º 0.72% 0.85% -
HSV(B) 350.53º 0.23% 0.96% -
XYZ 65.04 58.76 60.14 -
YUV 205.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 244 187 196 0 0.23 0.20 0.04 350.53 0.72 0.85
Hex F4 BB C4 0 17 14 4 15F 48 55
Octal 364 273 304 0 27 24 4 537 110 125
Binary 11110100 10111011 11000100 0 10111 10100 100 101011111 1001000 1010101

Color Harmonies of #F4BBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BBC4

Black with #F4BBC4

Text Example


Text Example

White with #F4BBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BBC4; }

 p { color: rgb(244,187,196); }

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

background-color css

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

 a { background-color: rgb(244,187,196); }

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

border-color css

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

 span { border-color: rgb(244,187,196); }

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