Html Css Color HEX #F0BDC5 Azalea

📋 copy color: '#F0BDC5'

red 240 ◦ green 189 ◦ blue 197

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

Shades of Azalea #F0BDC5

Tints of Azalea #F0BDC5

RGB

 RED value IS 240 (94.14% from 255) = 38.34%

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

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

R = 38.34%
G = 30.19%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#F0BDC5 (or 0xF0BDC5) is known color: Azalea. HEX triplet: F0, BD and C5. RGB value is (240,189,197). Sum of RGB (Red+Green+Blue) = 240+189+197=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 197 (77.34% from 255 or 31.47% from 626); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0BDC5 is #0F423A. Grayscale: #CDCDCD. Windows color (decimal): -999995 or 12959216. OLE color: 12959216.

HSL color Cylindrical-coordinate representation of color #F0BDC5: hue angle of 350.59º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0BDC5 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 189 197 -
CMYK 0 0.21 0.18 0.06
HSL 350.59º 0.63% 0.84% -
HSV(B) 350.59º 0.21% 0.94% -
XYZ 64.21 58.95 60.82 -
YUV 205.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 240 189 197 0 0.21 0.18 0.06 350.59 0.63 0.84
Hex F0 BD C5 0 15 12 6 15F 3F 54
Octal 360 275 305 0 25 22 6 537 77 124
Binary 11110000 10111101 11000101 0 10101 10010 110 101011111 111111 1010100

Color Harmonies of #F0BDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BDC5

Black with #F0BDC5

Text Example


Text Example

White with #F0BDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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