Html Css Color HEX #F8BDC5 Azalea

📋 copy color: '#F8BDC5'

red 248 ◦ green 189 ◦ blue 197

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

Shades of Azalea #F8BDC5

Tints of Azalea #F8BDC5

RGB

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

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

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

R = 39.12%
G = 29.81%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F8BDC5 (or 0xF8BDC5) is known color: Azalea. HEX triplet: F8, BD and C5. RGB value is (248,189,197). Sum of RGB (Red+Green+Blue) = 248+189+197=634 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.12% from 634); Green value is 189 (74.22% from 255 or 29.81% from 634); Blue value is 197 (77.34% from 255 or 31.07% from 634); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BDC5 is #07423A. Grayscale: #CFCFCF. Windows color (decimal): -475707 or 12959224. OLE color: 12959224.

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

Color convert

RGB 248 189 197 -
CMYK 0 0.24 0.21 0.03
HSL 351.86º 0.81% 0.86% -
HSV(B) 351.86º 0.24% 0.97% -
XYZ 66.99 60.38 60.95 -
YUV 207.55 122.05 156.85 -
System Red Green Blue C M Y K H S L
Decimal 248 189 197 0 0.24 0.21 0.03 351.86 0.81 0.86
Hex F8 BD C5 0 18 15 3 160 51 56
Octal 370 275 305 0 30 25 3 540 121 126
Binary 11111000 10111101 11000101 0 11000 10101 11 101100000 1010001 1010110

Color Harmonies of #F8BDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8BDC5

Black with #F8BDC5

Text Example


Text Example

White with #F8BDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8BDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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