Html Css Color HEX #F2BAC1 Azalea

📋 copy color: '#F2BAC1'

red 242 ◦ green 186 ◦ blue 193

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

Shades of Azalea #F2BAC1

Tints of Azalea #F2BAC1

RGB

 RED value IS 242 (94.92% from 255) = 38.97%

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

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

R = 38.97%
G = 29.95%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F2BAC1 (or 0xF2BAC1) is known color: Azalea. HEX triplet: F2, BA and C1. RGB value is (242,186,193). Sum of RGB (Red+Green+Blue) = 242+186+193=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 193 (75.78% from 255 or 31.08% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BAC1 is #0D453E. Grayscale: #CBCBCB. Windows color (decimal): -869695 or 12696306. OLE color: 12696306.

HSL color Cylindrical-coordinate representation of color #F2BAC1: hue angle of 352.5º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2BAC1 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 186 193 -
CMYK 0 0.23 0.20 0.05
HSL 352.5º 0.68% 0.84% -
HSV(B) 352.5º 0.23% 0.95% -
XYZ 63.8 57.85 58.25 -
YUV 203.54 122.05 155.43 -
System Red Green Blue C M Y K H S L
Decimal 242 186 193 0 0.23 0.20 0.05 352.5 0.68 0.84
Hex F2 BA C1 0 17 14 5 160 44 54
Octal 362 272 301 0 27 24 5 540 104 124
Binary 11110010 10111010 11000001 0 10111 10100 101 101100000 1000100 1010100

Color Harmonies of #F2BAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BAC1

Black with #F2BAC1

Text Example


Text Example

White with #F2BAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BAC1; }

 p { color: rgb(242,186,193); }

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

background-color css

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

 a { background-color: rgb(242,186,193); }

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

border-color css

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

 span { border-color: rgb(242,186,193); }

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