Html Css Color HEX #FFBFC2 Azalea

📋 copy color: '#FFBFC2'

red 255 ◦ green 191 ◦ blue 194

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

Shades of Azalea #FFBFC2

Tints of Azalea #FFBFC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 30.31%

R = 39.84%
G = 29.84%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FFBFC2 (or 0xFFBFC2) is known color: Azalea. HEX triplet: FF, BF and C2. RGB value is (255,191,194). Sum of RGB (Red+Green+Blue) = 255+191+194=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 191 (75% from 255 or 29.84% from 640); Blue value is 194 (76.17% from 255 or 30.31% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBFC2 is #00403D. Grayscale: #D2D2D2. Windows color (decimal): -16446 or 12763135. OLE color: 12763135.

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

Color convert

RGB 255 191 194 -
CMYK 0 0.25 0.24 0
HSL 357.19º 1% 0.87% -
HSV(B) 357.19º 0.25% 1% -
XYZ 69.61 62.42 59.42 -
YUV 210.48 118.7 159.76 -
System Red Green Blue C M Y K H S L
Decimal 255 191 194 0 0.25 0.24 0 357.19 1 0.87
Hex FF BF C2 0 19 18 0 165 64 57
Octal 377 277 302 0 31 30 0 545 144 127
Binary 11111111 10111111 11000010 0 11001 11000 0 101100101 1100100 1010111

Color Harmonies of #FFBFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBFC2

Black with #FFBFC2

Text Example


Text Example

White with #FFBFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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