Html Css Color HEX #F5BFC8 Azalea

📋 copy color: '#F5BFC8'

red 245 ◦ green 191 ◦ blue 200

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

Shades of Azalea #F5BFC8

Tints of Azalea #F5BFC8

RGB

 RED value IS 245 (96.09% from 255) = 38.52%

 GREEN value IS 191 (75% from 255) = 30.03%

 BLUE value IS 200 (78.52% from 255) = 31.45%

R = 38.52%
G = 30.03%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.18

 K value IS 0.04

RGB Variations

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

Color information

#F5BFC8 (or 0xF5BFC8) is known color: Azalea. HEX triplet: F5, BF and C8. RGB value is (245,191,200). Sum of RGB (Red+Green+Blue) = 245+191+200=636 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.52% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 200 (78.52% from 255 or 31.45% from 636); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BFC8 is #0A4037. Grayscale: #D0D0D0. Windows color (decimal): -671800 or 13156341. OLE color: 13156341.

HSL color Cylindrical-coordinate representation of color #F5BFC8: hue angle of 350º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F5BFC8 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 191 200 -
CMYK 0 0.22 0.18 0.04
HSL 350º 0.73% 0.85% -
HSV(B) 350º 0.22% 0.96% -
XYZ 66.71 60.84 62.87 -
YUV 208.17 123.39 154.27 -
System Red Green Blue C M Y K H S L
Decimal 245 191 200 0 0.22 0.18 0.04 350 0.73 0.85
Hex F5 BF C8 0 16 12 4 15E 49 55
Octal 365 277 310 0 26 22 4 536 111 125
Binary 11110101 10111111 11001000 0 10110 10010 100 101011110 1001001 1010101

Color Harmonies of #F5BFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BFC8

Black with #F5BFC8

Text Example


Text Example

White with #F5BFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BFC8; }

 p { color: rgb(245,191,200); }

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

background-color css

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

 a { background-color: rgb(245,191,200); }

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

border-color css

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

 span { border-color: rgb(245,191,200); }

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