Html Css Color HEX #FFBFC5 Azalea

📋 copy color: '#FFBFC5'

red 255 ◦ green 191 ◦ blue 197

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

Shades of Azalea #FFBFC5

Tints of Azalea #FFBFC5

RGB

 RED value IS 255 (100% from 255) = 39.66%

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

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

R = 39.66%
G = 29.7%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FFBFC5 (or 0xFFBFC5) is known color: Azalea. HEX triplet: FF, BF and C5. RGB value is (255,191,197). Sum of RGB (Red+Green+Blue) = 255+191+197=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 197 (77.34% from 255 or 30.64% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFC5 is #00403A. Grayscale: #D2D2D2. Windows color (decimal): -16443 or 12959743. OLE color: 12959743.

HSL color Cylindrical-coordinate representation of color #FFBFC5: hue angle of 354.38º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFBFC5 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB 255 191 197 -
CMYK 0 0.25 0.23 0
HSL 354.38º 1% 0.87% -
HSV(B) 354.38º 0.25% 1% -
XYZ 69.95 62.55 61.21 -
YUV 210.82 120.2 159.51 -
System Red Green Blue C M Y K H S L
Decimal 255 191 197 0 0.25 0.23 0 354.38 1 0.87
Hex FF BF C5 0 19 17 0 162 64 57
Octal 377 277 305 0 31 27 0 542 144 127
Binary 11111111 10111111 11000101 0 11001 10111 0 101100010 1100100 1010111

Color Harmonies of #FFBFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBFC5

Black with #FFBFC5

Text Example


Text Example

White with #FFBFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBFC5; }

 p { color: rgb(255,191,197); }

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

background-color css

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

 a { background-color: rgb(255,191,197); }

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

border-color css

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

 span { border-color: rgb(255,191,197); }

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