Html Css Color HEX #FFBFC0 Azalea

📋 copy color: '#FFBFC0'

red 255 ◦ green 191 ◦ blue 192

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

Shades of Azalea #FFBFC0

Tints of Azalea #FFBFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 30.09%

R = 39.97%
G = 29.94%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FFBFC0 (or 0xFFBFC0) is known color: Azalea. HEX triplet: FF, BF and C0. RGB value is (255,191,192). Sum of RGB (Red+Green+Blue) = 255+191+192=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 192 (75.39% from 255 or 30.09% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFC0 is #00403F. Grayscale: #D2D2D2. Windows color (decimal): -16448 or 12632063. OLE color: 12632063.

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

Color convert

RGB 255 191 192 -
CMYK 0 0.25 0.25 0
HSL 359.06º 1% 0.87% -
HSV(B) 359.06º 0.25% 1% -
XYZ 69.39 62.33 58.24 -
YUV 210.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 255 191 192 0 0.25 0.25 0 359.06 1 0.87
Hex FF BF C0 0 19 19 0 167 64 57
Octal 377 277 300 0 31 31 0 547 144 127
Binary 11111111 10111111 11000000 0 11001 11001 0 101100111 1100100 1010111

Color Harmonies of #FFBFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBFC0

Black with #FFBFC0

Text Example


Text Example

White with #FFBFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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