Html Css Color HEX #F2BDC5 Azalea

📋 copy color: '#F2BDC5'

red 242 ◦ green 189 ◦ blue 197

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

Shades of Azalea #F2BDC5

Tints of Azalea #F2BDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.37%

R = 38.54%
G = 30.1%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#F2BDC5 (or 0xF2BDC5) is known color: Azalea. HEX triplet: F2, BD and C5. RGB value is (242,189,197). Sum of RGB (Red+Green+Blue) = 242+189+197=628 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.54% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 197 (77.34% from 255 or 31.37% from 628); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BDC5 is #0D423A. Grayscale: #CDCDCD. Windows color (decimal): -868923 or 12959218. OLE color: 12959218.

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

Color convert

RGB 242 189 197 -
CMYK 0 0.22 0.19 0.05
HSL 350.94º 0.67% 0.85% -
HSV(B) 350.94º 0.22% 0.95% -
XYZ 64.89 59.3 60.85 -
YUV 205.76 123.06 153.85 -
System Red Green Blue C M Y K H S L
Decimal 242 189 197 0 0.22 0.19 0.05 350.94 0.67 0.85
Hex F2 BD C5 0 16 13 5 15F 43 55
Octal 362 275 305 0 26 23 5 537 103 125
Binary 11110010 10111101 11000101 0 10110 10011 101 101011111 1000011 1010101

Color Harmonies of #F2BDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BDC5

Black with #F2BDC5

Text Example


Text Example

White with #F2BDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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