Html Css Color HEX #FCBDC0 Azalea

📋 copy color: '#FCBDC0'

red 252 ◦ green 189 ◦ blue 192

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

Shades of Azalea #FCBDC0

Tints of Azalea #FCBDC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 30.33%

R = 39.81%
G = 29.86%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FCBDC0 (or 0xFCBDC0) is known color: Azalea. HEX triplet: FC, BD and C0. RGB value is (252,189,192). Sum of RGB (Red+Green+Blue) = 252+189+192=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 192 (75.39% from 255 or 30.33% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBDC0 is #03423F. Grayscale: #D0D0D0. Windows color (decimal): -213568 or 12631548. OLE color: 12631548.

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

Color convert

RGB 252 189 192 -
CMYK 0 0.25 0.24 0.01
HSL 357.14º 0.91% 0.86% -
HSV(B) 357.14º 0.25% 0.99% -
XYZ 67.86 60.9 58.05 -
YUV 208.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 252 189 192 0 0.25 0.24 0.01 357.14 0.91 0.86
Hex FC BD C0 0 19 18 1 165 5B 56
Octal 374 275 300 0 31 30 1 545 133 126
Binary 11111100 10111101 11000000 0 11001 11000 1 101100101 1011011 1010110

Color Harmonies of #FCBDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDC0

Black with #FCBDC0

Text Example


Text Example

White with #FCBDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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