#FBCACB

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

Shades of Azalea #FBCACB

Tints of Azalea #FBCACB

Color information

#FBCACB (or 0xFBCACB) is unknown color: approx Azalea. HEX triplet: FB, CA and CB. RGB value is (251,202,203). Sum of RGB (Red+Green+Blue) = 251+202+203=656 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.26% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 203 (79.69% from 255 or 30.95% from 656); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCACB is #043534. Grayscale: #D8D8D8. Windows color (decimal): -275765 or 13355771. OLE color: 13355771.

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

Color convert

RGB251202203-
CMYK00.200.190.02
HSL358.78º85.96%88.82%-
HSV(B)358.78º19.52%98.43%-
XYZ71.6867.0665.67-
YUV216.76120.23152.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.26%
GREEN value IS 202 (79.30% from 255) = 30.79%
BLUE value IS 203 (79.69% from 255) = 30.95%
R=38.26%
G=30.79%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120220300.200.190.02358.7885.9688.82
HexFBCACB0141321675659
Octal373312313024232547126131
Binary111110111100101011001011010100100111010110011110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCACB; }

 p { color: rgb(251,202,203); }

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

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

 a { background-color: rgb(251,202,203); }

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

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

 span { border-color: rgb(251,202,203); }

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