Html Css Color HEX #F4BAC2 Azalea

📋 copy color: '#F4BAC2'

red 244 ◦ green 186 ◦ blue 194

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

Shades of Azalea #F4BAC2

Tints of Azalea #F4BAC2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.81%

 BLUE value IS 194 (76.17% from 255) = 31.09%

R = 39.1%
G = 29.81%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F4BAC2 (or 0xF4BAC2) is known color: Azalea. HEX triplet: F4, BA and C2. RGB value is (244,186,194). Sum of RGB (Red+Green+Blue) = 244+186+194=624 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.10% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 194 (76.17% from 255 or 31.09% from 624); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BAC2 is #0B453D. Grayscale: #CCCCCC. Windows color (decimal): -738622 or 12761844. OLE color: 12761844.

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

Color convert

RGB 244 186 194 -
CMYK 0 0.24 0.20 0.04
HSL 351.72º 0.73% 0.84% -
HSV(B) 351.72º 0.24% 0.96% -
XYZ 64.6 58.25 58.88 -
YUV 204.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 244 186 194 0 0.24 0.20 0.04 351.72 0.73 0.84
Hex F4 BA C2 0 18 14 4 160 48 54
Octal 364 272 302 0 30 24 4 540 110 124
Binary 11110100 10111010 11000010 0 11000 10100 100 101100000 1001000 1010100

Color Harmonies of #F4BAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BAC2

Black with #F4BAC2

Text Example


Text Example

White with #F4BAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BAC2; }

 p { color: rgb(244,186,194); }

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

background-color css

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

 a { background-color: rgb(244,186,194); }

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

border-color css

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

 span { border-color: rgb(244,186,194); }

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