Html Css Color HEX #FDBABB Azalea

📋 copy color: '#FDBABB'

red 253 ◦ green 186 ◦ blue 187

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

Shades of Azalea #FDBABB

Tints of Azalea #FDBABB

RGB

 RED value IS 253 (99.22% from 255) = 40.42%

 GREEN value IS 186 (73.05% from 255) = 29.71%

 BLUE value IS 187 (73.44% from 255) = 29.87%

R = 40.42%
G = 29.71%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDBABB (or 0xFDBABB) is known color: Azalea. HEX triplet: FD, BA and BB. RGB value is (253,186,187). Sum of RGB (Red+Green+Blue) = 253+186+187=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 186 (73.05% from 255 or 29.71% from 626); Blue value is 187 (73.44% from 255 or 29.87% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBABB is #024544. Grayscale: #CECECE. Windows color (decimal): -148805 or 12303101. OLE color: 12303101.

HSL color Cylindrical-coordinate representation of color #FDBABB: hue angle of 359.1º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FDBABB is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 186 187 -
CMYK 0 0.26 0.26 0.01
HSL 359.1º 0.94% 0.86% -
HSV(B) 359.1º 0.26% 0.99% -
XYZ 67.04 59.59 54.98 -
YUV 206.15 117.2 161.42 -
System Red Green Blue C M Y K H S L
Decimal 253 186 187 0 0.26 0.26 0.01 359.1 0.94 0.86
Hex FD BA BB 0 1A 1A 1 167 5E 56
Octal 375 272 273 0 32 32 1 547 136 126
Binary 11111101 10111010 10111011 0 11010 11010 1 101100111 1011110 1010110

Color Harmonies of #FDBABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBABB

Black with #FDBABB

Text Example


Text Example

White with #FDBABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBABB; }

 p { color: rgb(253,186,187); }

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

background-color css

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

 a { background-color: rgb(253,186,187); }

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

border-color css

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

 span { border-color: rgb(253,186,187); }

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