Html Css Color HEX #F4BDC1 Azalea

📋 copy color: '#F4BDC1'

red 244 ◦ green 189 ◦ blue 193

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

Shades of Azalea #F4BDC1

Tints of Azalea #F4BDC1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.19%

 BLUE value IS 193 (75.78% from 255) = 30.83%

R = 38.98%
G = 30.19%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#F4BDC1 (or 0xF4BDC1) is known color: Azalea. HEX triplet: F4, BD and C1. RGB value is (244,189,193). Sum of RGB (Red+Green+Blue) = 244+189+193=626 (82% of max value = 765). Red value is 244 (95.70% from 255 or 38.98% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 193 (75.78% from 255 or 30.83% from 626); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BDC1 is #0B423E. Grayscale: #CDCDCD. Windows color (decimal): -737855 or 12697076. OLE color: 12697076.

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

Color convert

RGB 244 189 193 -
CMYK 0 0.23 0.21 0.04
HSL 355.64º 0.71% 0.85% -
HSV(B) 355.64º 0.23% 0.96% -
XYZ 65.13 59.48 58.5 -
YUV 205.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 244 189 193 0 0.23 0.21 0.04 355.64 0.71 0.85
Hex F4 BD C1 0 17 15 4 164 47 55
Octal 364 275 301 0 27 25 4 544 107 125
Binary 11110100 10111101 11000001 0 10111 10101 100 101100100 1000111 1010101

Color Harmonies of #F4BDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BDC1

Black with #F4BDC1

Text Example


Text Example

White with #F4BDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BDC1; }

 p { color: rgb(244,189,193); }

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

background-color css

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

 a { background-color: rgb(244,189,193); }

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

border-color css

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

 span { border-color: rgb(244,189,193); }

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