Html Css Color HEX #F4BFC2 Azalea

📋 copy color: '#F4BFC2'

red 244 ◦ green 191 ◦ blue 194

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

Shades of Azalea #F4BFC2

Tints of Azalea #F4BFC2

RGB

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

 GREEN value IS 191 (75% from 255) = 30.37%

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

R = 38.79%
G = 30.37%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F4BFC2 (or 0xF4BFC2) is known color: Azalea. HEX triplet: F4, BF and C2. RGB value is (244,191,194). Sum of RGB (Red+Green+Blue) = 244+191+194=629 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.79% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 194 (76.17% from 255 or 30.84% from 629); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BFC2 is #0B403D. Grayscale: #CFCFCF. Windows color (decimal): -737342 or 12763124. OLE color: 12763124.

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

Color convert

RGB 244 191 194 -
CMYK 0 0.22 0.20 0.04
HSL 356.6º 0.71% 0.85% -
HSV(B) 356.6º 0.22% 0.96% -
XYZ 65.68 60.39 59.23 -
YUV 207.19 120.56 154.26 -
System Red Green Blue C M Y K H S L
Decimal 244 191 194 0 0.22 0.20 0.04 356.6 0.71 0.85
Hex F4 BF C2 0 16 14 4 165 47 55
Octal 364 277 302 0 26 24 4 545 107 125
Binary 11110100 10111111 11000010 0 10110 10100 100 101100101 1000111 1010101

Color Harmonies of #F4BFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BFC2

Black with #F4BFC2

Text Example


Text Example

White with #F4BFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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