Html Css Color HEX #FDBBBF Azalea

📋 copy color: '#FDBBBF'

red 253 ◦ green 187 ◦ blue 191

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

Shades of Azalea #FDBBBF

Tints of Azalea #FDBBBF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.64%

 BLUE value IS 191 (75% from 255) = 30.27%

R = 40.1%
G = 29.64%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDBBBF (or 0xFDBBBF) is known color: Azalea. HEX triplet: FD, BB and BF. RGB value is (253,187,191). Sum of RGB (Red+Green+Blue) = 253+187+191=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 191 (75% from 255 or 30.27% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBBBF is #024440. Grayscale: #CFCFCF. Windows color (decimal): -148545 or 12565501. OLE color: 12565501.

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

Color convert

RGB 253 187 191 -
CMYK 0 0.26 0.25 0.01
HSL 356.36º 0.94% 0.86% -
HSV(B) 356.36º 0.26% 0.99% -
XYZ 67.68 60.18 57.34 -
YUV 207.19 118.87 160.67 -
System Red Green Blue C M Y K H S L
Decimal 253 187 191 0 0.26 0.25 0.01 356.36 0.94 0.86
Hex FD BB BF 0 1A 19 1 164 5E 56
Octal 375 273 277 0 32 31 1 544 136 126
Binary 11111101 10111011 10111111 0 11010 11001 1 101100100 1011110 1010110

Color Harmonies of #FDBBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBBBF

Black with #FDBBBF

Text Example


Text Example

White with #FDBBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBBBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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