Html Css Color HEX #FDBDBE Azalea

📋 copy color: '#FDBDBE'

red 253 ◦ green 189 ◦ blue 190

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

Shades of Azalea #FDBDBE

Tints of Azalea #FDBDBE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.91%

 BLUE value IS 190 (74.61% from 255) = 30.06%

R = 40.03%
G = 29.91%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDBDBE (or 0xFDBDBE) is known color: Azalea. HEX triplet: FD, BD and BE. RGB value is (253,189,190). Sum of RGB (Red+Green+Blue) = 253+189+190=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 190 (74.61% from 255 or 30.06% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDBE is #024241. Grayscale: #D0D0D0. Windows color (decimal): -148034 or 12500477. OLE color: 12500477.

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

Color convert

RGB 253 189 190 -
CMYK 0 0.25 0.25 0.01
HSL 359.06º 0.94% 0.87% -
HSV(B) 359.06º 0.25% 0.99% -
XYZ 68 61 56.9 -
YUV 208.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 253 189 190 0 0.25 0.25 0.01 359.06 0.94 0.87
Hex FD BD BE 0 19 19 1 167 5E 57
Octal 375 275 276 0 31 31 1 547 136 127
Binary 11111101 10111101 10111110 0 11001 11001 1 101100111 1011110 1010111

Color Harmonies of #FDBDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBDBE

Black with #FDBDBE

Text Example


Text Example

White with #FDBDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBDBE; }

 p { color: rgb(253,189,190); }

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

background-color css

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

 a { background-color: rgb(253,189,190); }

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

border-color css

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

 span { border-color: rgb(253,189,190); }

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