Html Css Color HEX #FCBCBD Azalea

📋 copy color: '#FCBCBD'

red 252 ◦ green 188 ◦ blue 189

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

Shades of Azalea #FCBCBD

Tints of Azalea #FCBCBD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.89%

 BLUE value IS 189 (74.22% from 255) = 30.05%

R = 40.06%
G = 29.89%
B = 30.05%

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

#FCBCBD (or 0xFCBCBD) is known color: Azalea. HEX triplet: FC, BC and BD. RGB value is (252,188,189). Sum of RGB (Red+Green+Blue) = 252+188+189=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 188 (73.83% from 255 or 29.89% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCBD is #034342. Grayscale: #CFCFCF. Windows color (decimal): -213827 or 12434684. OLE color: 12434684.

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

Color convert

RGB 252 188 189 -
CMYK 0 0.25 0.25 0.01
HSL 359.06º 0.91% 0.86% -
HSV(B) 359.06º 0.25% 0.99% -
XYZ 67.31 60.34 56.24 -
YUV 207.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 252 188 189 0 0.25 0.25 0.01 359.06 0.91 0.86
Hex FC BC BD 0 19 19 1 167 5B 56
Octal 374 274 275 0 31 31 1 547 133 126
Binary 11111100 10111100 10111101 0 11001 11001 1 101100111 1011011 1010110

Color Harmonies of #FCBCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBCBD

Black with #FCBCBD

Text Example


Text Example

White with #FCBCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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