Html Css Color HEX #FBBFC2 Azalea

📋 copy color: '#FBBFC2'

red 251 ◦ green 191 ◦ blue 194

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

Shades of Azalea #FBBFC2

Tints of Azalea #FBBFC2

RGB

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

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

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

R = 39.47%
G = 30.03%
B = 30.5%

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

#FBBFC2 (or 0xFBBFC2) is known color: Azalea. HEX triplet: FB, BF and C2. RGB value is (251,191,194). Sum of RGB (Red+Green+Blue) = 251+191+194=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 191 (75% from 255 or 30.03% from 636); Blue value is 194 (76.17% from 255 or 30.50% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBFC2 is #04403D. Grayscale: #D1D1D1. Windows color (decimal): -278590 or 12763131. OLE color: 12763131.

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

Color convert

RGB 251 191 194 -
CMYK 0 0.24 0.23 0.02
HSL 357º 0.88% 0.87% -
HSV(B) 357º 0.24% 0.98% -
XYZ 68.15 61.67 59.35 -
YUV 209.28 119.38 157.76 -
System Red Green Blue C M Y K H S L
Decimal 251 191 194 0 0.24 0.23 0.02 357 0.88 0.87
Hex FB BF C2 0 18 17 2 165 58 57
Octal 373 277 302 0 30 27 2 545 130 127
Binary 11111011 10111111 11000010 0 11000 10111 10 101100101 1011000 1010111

Color Harmonies of #FBBFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBFC2

Black with #FBBFC2

Text Example


Text Example

White with #FBBFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBFC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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