Html Css Color HEX #FBCACB Azalea

📋 copy color: '#FBCACB'

red 251 ◦ green 202 ◦ blue 203

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

Shades of Azalea #FBCACB

Tints of Azalea #FBCACB

RGB

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

 GREEN value IS 202 (79.3% 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 value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FBCACB (or 0xFBCACB) is known color: 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

RGB 251 202 203 -
CMYK 0 0.20 0.19 0.02
HSL 358.78º 0.86% 0.89% -
HSV(B) 358.78º 0.2% 0.98% -
XYZ 71.68 67.06 65.67 -
YUV 216.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 251 202 203 0 0.20 0.19 0.02 358.78 0.86 0.89
Hex FB CA CB 0 14 13 2 167 56 59
Octal 373 312 313 0 24 23 2 547 126 131
Binary 11111011 11001010 11001011 0 10100 10011 10 101100111 1010110 1011001

Color Harmonies of #FBCACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCACB

Black with #FBCACB

Text Example


Text Example

White with #FBCACB

Text Example


Text Example

HTML Codes & Css Web 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>