Html Css Color HEX #FBBFC0 Azalea

📋 copy color: '#FBBFC0'

red 251 ◦ green 191 ◦ blue 192

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

Shades of Azalea #FBBFC0

Tints of Azalea #FBBFC0

RGB

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

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

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

R = 39.59%
G = 30.13%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FBBFC0 (or 0xFBBFC0) is known color: Azalea. HEX triplet: FB, BF and C0. RGB value is (251,191,192). Sum of RGB (Red+Green+Blue) = 251+191+192=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 191 (75% from 255 or 30.13% from 634); Blue value is 192 (75.39% from 255 or 30.28% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBFC0 is #04403F. Grayscale: #D1D1D1. Windows color (decimal): -278592 or 12632059. OLE color: 12632059.

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

Color convert

RGB 251 191 192 -
CMYK 0 0.24 0.24 0.02
HSL 359º 0.88% 0.87% -
HSV(B) 359º 0.24% 0.98% -
XYZ 67.93 61.58 58.17 -
YUV 209.05 118.38 157.92 -
System Red Green Blue C M Y K H S L
Decimal 251 191 192 0 0.24 0.24 0.02 359 0.88 0.87
Hex FB BF C0 0 18 18 2 167 58 57
Octal 373 277 300 0 30 30 2 547 130 127
Binary 11111011 10111111 11000000 0 11000 11000 10 101100111 1011000 1010111

Color Harmonies of #FBBFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBFC0

Black with #FBBFC0

Text Example


Text Example

White with #FBBFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBFC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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