Html Css Color HEX #FBBFC5 Azalea

📋 copy color: '#FBBFC5'

red 251 ◦ green 191 ◦ blue 197

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

Shades of Azalea #FBBFC5

Tints of Azalea #FBBFC5

RGB

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

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

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

R = 39.28%
G = 29.89%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FBBFC5 (or 0xFBBFC5) is known color: Azalea. HEX triplet: FB, BF and C5. RGB value is (251,191,197). Sum of RGB (Red+Green+Blue) = 251+191+197=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 197 (77.34% from 255 or 30.83% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBFC5 is #04403A. Grayscale: #D1D1D1. Windows color (decimal): -278587 or 12959739. OLE color: 12959739.

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

Color convert

RGB 251 191 197 -
CMYK 0 0.24 0.22 0.02
HSL 354º 0.88% 0.87% -
HSV(B) 354º 0.24% 0.98% -
XYZ 68.49 61.8 61.14 -
YUV 209.62 120.88 157.51 -
System Red Green Blue C M Y K H S L
Decimal 251 191 197 0 0.24 0.22 0.02 354 0.88 0.87
Hex FB BF C5 0 18 16 2 162 58 57
Octal 373 277 305 0 30 26 2 542 130 127
Binary 11111011 10111111 11000101 0 11000 10110 10 101100010 1011000 1010111

Color Harmonies of #FBBFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBFC5

Black with #FBBFC5

Text Example


Text Example

White with #FBBFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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