Html Css Color HEX #F2BDBF Azalea

📋 copy color: '#F2BDBF'

red 242 ◦ green 189 ◦ blue 191

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

Shades of Azalea #F2BDBF

Tints of Azalea #F2BDBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.71%

R = 38.91%
G = 30.39%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F2BDBF (or 0xF2BDBF) is known color: Azalea. HEX triplet: F2, BD and BF. RGB value is (242,189,191). Sum of RGB (Red+Green+Blue) = 242+189+191=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDBF is #0D4240. Grayscale: #CDCDCD. Windows color (decimal): -868929 or 12566002. OLE color: 12566002.

HSL color Cylindrical-coordinate representation of color #F2BDBF: hue angle of 357.74º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2BDBF is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 189 191 -
CMYK 0 0.22 0.21 0.05
HSL 357.74º 0.67% 0.85% -
HSV(B) 357.74º 0.22% 0.95% -
XYZ 64.22 59.03 57.3 -
YUV 205.08 120.06 154.34 -
System Red Green Blue C M Y K H S L
Decimal 242 189 191 0 0.22 0.21 0.05 357.74 0.67 0.85
Hex F2 BD BF 0 16 15 5 166 43 55
Octal 362 275 277 0 26 25 5 546 103 125
Binary 11110010 10111101 10111111 0 10110 10101 101 101100110 1000011 1010101

Color Harmonies of #F2BDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BDBF

Black with #F2BDBF

Text Example


Text Example

White with #F2BDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BDBF; }

 p { color: rgb(242,189,191); }

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

background-color css

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

 a { background-color: rgb(242,189,191); }

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

border-color css

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

 span { border-color: rgb(242,189,191); }

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