Html Css Color HEX #F2BEBF Azalea

📋 copy color: '#F2BEBF'

red 242 ◦ green 190 ◦ blue 191

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

Shades of Azalea #F2BEBF

Tints of Azalea #F2BEBF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.5%

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

R = 38.84%
G = 30.5%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F2BEBF (or 0xF2BEBF) is known color: Azalea. HEX triplet: F2, BE and BF. RGB value is (242,190,191). Sum of RGB (Red+Green+Blue) = 242+190+191=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BEBF is #0D4140. Grayscale: #CDCDCD. Windows color (decimal): -868673 or 12566258. OLE color: 12566258.

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

Color convert

RGB 242 190 191 -
CMYK 0 0.21 0.21 0.05
HSL 358.85º 0.67% 0.85% -
HSV(B) 358.85º 0.21% 0.95% -
XYZ 64.44 59.47 57.37 -
YUV 205.66 119.73 153.92 -
System Red Green Blue C M Y K H S L
Decimal 242 190 191 0 0.21 0.21 0.05 358.85 0.67 0.85
Hex F2 BE BF 0 15 15 5 167 43 55
Octal 362 276 277 0 25 25 5 547 103 125
Binary 11110010 10111110 10111111 0 10101 10101 101 101100111 1000011 1010101

Color Harmonies of #F2BEBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BEBF

Black with #F2BEBF

Text Example


Text Example

White with #F2BEBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BEBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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