#FBBDC4

Color #FBBDC4 Azalea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Azalea #FBBDC4

Tints of Azalea #FBBDC4

Color information

#FBBDC4 (or 0xFBBDC4) is unknown color: approx Azalea. HEX triplet: FB, BD and C4. RGB value is (251,189,196). Sum of RGB (Red+Green+Blue) = 251+189+196=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 196 (76.95% from 255 or 30.82% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDC4 is #04423B. Grayscale: #D0D0D0. Windows color (decimal): -279100 or 12893691. OLE color: 12893691.

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

Color convert

RGB251189196-
CMYK00.250.220.02
HSL353.23º88.57%86.27%-
HSV(B)353.23º24.7%98.43%-
XYZ67.9560.8960.4-
YUV208.34121.04158.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.47%
GREEN value IS 189 (74.22% from 255) = 29.72%
BLUE value IS 196 (76.95% from 255) = 30.82%
R=39.47%
G=29.72%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118919600.250.220.02353.2388.5786.27
HexFBBDC40191621615956
Octal373275304031262541131126
Binary111110111011110111000100011001101101010110000110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBDC4; }

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

 H1.HeaderClassName
 {
   color: #FBBDC4;
 }
 .AnyTagClassName
 {
   color: #FBBDC4;
 }
</style>
background-color css

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

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

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

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

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

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