Html Css Color HEX #FBBFC1 Azalea

📋 copy color: '#FBBFC1'

red 251 ◦ green 191 ◦ blue 193

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

Shades of Azalea #FBBFC1

Tints of Azalea #FBBFC1

RGB

 RED value IS 251 (98.44% from 255) = 39.53%

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

 BLUE value IS 193 (75.78% from 255) = 30.39%

R = 39.53%
G = 30.08%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FBBFC1 (or 0xFBBFC1) is known color: Azalea. HEX triplet: FB, BF and C1. RGB value is (251,191,193). Sum of RGB (Red+Green+Blue) = 251+191+193=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 193 (75.78% from 255 or 30.39% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBFC1 is #04403E. Grayscale: #D1D1D1. Windows color (decimal): -278591 or 12697595. OLE color: 12697595.

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

Color convert

RGB 251 191 193 -
CMYK 0 0.24 0.23 0.02
HSL 358º 0.88% 0.87% -
HSV(B) 358º 0.24% 0.98% -
XYZ 68.04 61.62 58.76 -
YUV 209.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 251 191 193 0 0.24 0.23 0.02 358 0.88 0.87
Hex FB BF C1 0 18 17 2 166 58 57
Octal 373 277 301 0 30 27 2 546 130 127
Binary 11111011 10111111 11000001 0 11000 10111 10 101100110 1011000 1010111

Color Harmonies of #FBBFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBFC1

Black with #FBBFC1

Text Example


Text Example

White with #FBBFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBFC1; }

 p { color: rgb(251,191,193); }

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

background-color css

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

 a { background-color: rgb(251,191,193); }

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

border-color css

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

 span { border-color: rgb(251,191,193); }

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