#FBBDC1

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

Shades of Azalea #FBBDC1

Tints of Azalea #FBBDC1

Color information

#FBBDC1 (or 0xFBBDC1) is unknown color: approx Azalea. HEX triplet: FB, BD and C1. RGB value is (251,189,193). Sum of RGB (Red+Green+Blue) = 251+189+193=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 193 (75.78% from 255 or 30.49% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDC1 is #04423E. Grayscale: #D0D0D0. Windows color (decimal): -279103 or 12697083. OLE color: 12697083.

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

Color convert

RGB251189193-
CMYK00.250.230.02
HSL356.13º88.57%86.27%-
HSV(B)356.13º24.7%98.43%-
XYZ67.6160.7558.62-
YUV207.99119.54158.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.65%
GREEN value IS 189 (74.22% from 255) = 29.86%
BLUE value IS 193 (75.78% from 255) = 30.49%
R=39.65%
G=29.86%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118919300.250.230.02356.1388.5786.27
HexFBBDC10191721645956
Octal373275301031272544131126
Binary111110111011110111000001011001101111010110010010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBDC1; }

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

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

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

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

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

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

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

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