Html Css Color HEX #F2BDBE Azalea

📋 copy color: '#F2BDBE'

red 242 ◦ green 189 ◦ blue 190

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

Shades of Azalea #F2BDBE

Tints of Azalea #F2BDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 30.6%

R = 38.97%
G = 30.43%
B = 30.6%

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

#F2BDBE (or 0xF2BDBE) is known color: Azalea. HEX triplet: F2, BD and BE. RGB value is (242,189,190). Sum of RGB (Red+Green+Blue) = 242+189+190=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDBE is #0D4241. Grayscale: #CDCDCD. Windows color (decimal): -868930 or 12500466. OLE color: 12500466.

HSL color Cylindrical-coordinate representation of color #F2BDBE: hue angle of 358.87º 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 #F2BDBE is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 189 190 -
CMYK 0 0.22 0.21 0.05
HSL 358.87º 0.67% 0.85% -
HSV(B) 358.87º 0.22% 0.95% -
XYZ 64.11 58.99 56.72 -
YUV 204.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 242 189 190 0 0.22 0.21 0.05 358.87 0.67 0.85
Hex F2 BD BE 0 16 15 5 167 43 55
Octal 362 275 276 0 26 25 5 547 103 125
Binary 11110010 10111101 10111110 0 10110 10101 101 101100111 1000011 1010101

Color Harmonies of #F2BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BDBE

Black with #F2BDBE

Text Example


Text Example

White with #F2BDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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