Html Css Color HEX #FBBDC5 Azalea

📋 copy color: '#FBBDC5'

red 251 ◦ green 189 ◦ blue 197

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

Shades of Azalea #FBBDC5

Tints of Azalea #FBBDC5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.67%

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

R = 39.4%
G = 29.67%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#FBBDC5 (or 0xFBBDC5) is known color: Azalea. HEX triplet: FB, BD and C5. RGB value is (251,189,197). Sum of RGB (Red+Green+Blue) = 251+189+197=637 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.40% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 197 (77.34% from 255 or 30.93% from 637); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDC5 is #04423A. Grayscale: #D0D0D0. Windows color (decimal): -279099 or 12959227. OLE color: 12959227.

HSL color Cylindrical-coordinate representation of color #FBBDC5: hue angle of 352.26º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBDC5 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 189 197 -
CMYK 0 0.25 0.22 0.02
HSL 352.26º 0.89% 0.86% -
HSV(B) 352.26º 0.25% 0.98% -
XYZ 68.06 60.94 61 -
YUV 208.45 121.54 158.35 -
System Red Green Blue C M Y K H S L
Decimal 251 189 197 0 0.25 0.22 0.02 352.26 0.89 0.86
Hex FB BD C5 0 19 16 2 160 59 56
Octal 373 275 305 0 31 26 2 540 131 126
Binary 11111011 10111101 11000101 0 11001 10110 10 101100000 1011001 1010110

Color Harmonies of #FBBDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBBDC5

Black with #FBBDC5

Text Example


Text Example

White with #FBBDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBBDC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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