Html Css Color HEX #F8BDC6 Azalea

📋 copy color: '#F8BDC6'

red 248 ◦ green 189 ◦ blue 198

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

Shades of Azalea #F8BDC6

Tints of Azalea #F8BDC6

RGB

 RED value IS 248 (97.27% from 255) = 39.06%

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

 BLUE value IS 198 (77.73% from 255) = 31.18%

R = 39.06%
G = 29.76%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F8BDC6 (or 0xF8BDC6) is known color: Azalea. HEX triplet: F8, BD and C6. RGB value is (248,189,198). Sum of RGB (Red+Green+Blue) = 248+189+198=635 (84% of max value = 765). Red value is 248 (97.27% from 255 or 39.06% from 635); Green value is 189 (74.22% from 255 or 29.76% from 635); Blue value is 198 (77.73% from 255 or 31.18% from 635); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDC6 is #074239. Grayscale: #CFCFCF. Windows color (decimal): -475706 or 13024760. OLE color: 13024760.

HSL color Cylindrical-coordinate representation of color #F8BDC6: hue angle of 350.85º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F8BDC6 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 189 198 -
CMYK 0 0.24 0.20 0.03
HSL 350.85º 0.81% 0.86% -
HSV(B) 350.85º 0.24% 0.97% -
XYZ 67.1 60.43 61.55 -
YUV 207.67 122.55 156.77 -
System Red Green Blue C M Y K H S L
Decimal 248 189 198 0 0.24 0.20 0.03 350.85 0.81 0.86
Hex F8 BD C6 0 18 14 3 15F 51 56
Octal 370 275 306 0 30 24 3 537 121 126
Binary 11111000 10111101 11000110 0 11000 10100 11 101011111 1010001 1010110

Color Harmonies of #F8BDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BDC6

Black with #F8BDC6

Text Example


Text Example

White with #F8BDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BDC6; }

 p { color: rgb(248,189,198); }

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

background-color css

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

 a { background-color: rgb(248,189,198); }

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

border-color css

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

 span { border-color: rgb(248,189,198); }

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