Html Css Color HEX #FDBEC6 Azalea

📋 copy color: '#FDBEC6'

red 253 ◦ green 190 ◦ blue 198

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

Shades of Azalea #FDBEC6

Tints of Azalea #FDBEC6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 29.64%

 BLUE value IS 198 (77.73% from 255) = 30.89%

R = 39.47%
G = 29.64%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FDBEC6 (or 0xFDBEC6) is known color: Azalea. HEX triplet: FD, BE and C6. RGB value is (253,190,198). Sum of RGB (Red+Green+Blue) = 253+190+198=641 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.47% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 198 (77.73% from 255 or 30.89% from 641); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBEC6 is #024139. Grayscale: #D1D1D1. Windows color (decimal): -147770 or 13025021. OLE color: 13025021.

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

Color convert

RGB 253 190 198 -
CMYK 0 0.25 0.22 0.01
HSL 352.38º 0.94% 0.87% -
HSV(B) 352.38º 0.25% 0.99% -
XYZ 69.11 61.79 61.71 -
YUV 209.75 121.37 158.85 -
System Red Green Blue C M Y K H S L
Decimal 253 190 198 0 0.25 0.22 0.01 352.38 0.94 0.87
Hex FD BE C6 0 19 16 1 160 5E 57
Octal 375 276 306 0 31 26 1 540 136 127
Binary 11111101 10111110 11000110 0 11001 10110 1 101100000 1011110 1010111

Color Harmonies of #FDBEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBEC6

Black with #FDBEC6

Text Example


Text Example

White with #FDBEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBEC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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