Html Css Color HEX #FCBDC5 Azalea

📋 copy color: '#FCBDC5'

red 252 ◦ green 189 ◦ blue 197

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

Shades of Azalea #FCBDC5

Tints of Azalea #FCBDC5

RGB

 RED value IS 252 (98.83% from 255) = 39.5%

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

 BLUE value IS 197 (77.34% from 255) = 30.88%

R = 39.5%
G = 29.62%
B = 30.88%

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

#FCBDC5 (or 0xFCBDC5) is known color: Azalea. HEX triplet: FC, BD and C5. RGB value is (252,189,197). Sum of RGB (Red+Green+Blue) = 252+189+197=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 189 (74.22% from 255 or 29.62% from 638); Blue value is 197 (77.34% from 255 or 30.88% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDC5 is #03423A. Grayscale: #D0D0D0. Windows color (decimal): -213563 or 12959228. OLE color: 12959228.

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

Color convert

RGB 252 189 197 -
CMYK 0 0.25 0.22 0.01
HSL 352.38º 0.91% 0.86% -
HSV(B) 352.38º 0.25% 0.99% -
XYZ 68.42 61.12 61.01 -
YUV 208.75 121.37 158.85 -
System Red Green Blue C M Y K H S L
Decimal 252 189 197 0 0.25 0.22 0.01 352.38 0.91 0.86
Hex FC BD C5 0 19 16 1 160 5B 56
Octal 374 275 305 0 31 26 1 540 133 126
Binary 11111100 10111101 11000101 0 11001 10110 1 101100000 1011011 1010110

Color Harmonies of #FCBDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDC5

Black with #FCBDC5

Text Example


Text Example

White with #FCBDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDC5; }

 p { color: rgb(252,189,197); }

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

background-color css

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

 a { background-color: rgb(252,189,197); }

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

border-color css

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

 span { border-color: rgb(252,189,197); }

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