Html Css Color HEX #FCBCC0 Azalea

📋 copy color: '#FCBCC0'

red 252 ◦ green 188 ◦ blue 192

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

Shades of Azalea #FCBCC0

Tints of Azalea #FCBCC0

RGB

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

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

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

R = 39.87%
G = 29.75%
B = 30.38%

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

#FCBCC0 (or 0xFCBCC0) is known color: Azalea. HEX triplet: FC, BC and C0. RGB value is (252,188,192). Sum of RGB (Red+Green+Blue) = 252+188+192=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 192 (75.39% from 255 or 30.38% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBCC0 is #03433F. Grayscale: #CFCFCF. Windows color (decimal): -213824 or 12631292. OLE color: 12631292.

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

Color convert

RGB 252 188 192 -
CMYK 0 0.25 0.24 0.01
HSL 356.25º 0.91% 0.86% -
HSV(B) 356.25º 0.25% 0.99% -
XYZ 67.64 60.47 57.98 -
YUV 207.59 119.2 159.67 -
System Red Green Blue C M Y K H S L
Decimal 252 188 192 0 0.25 0.24 0.01 356.25 0.91 0.86
Hex FC BC C0 0 19 18 1 164 5B 56
Octal 374 274 300 0 31 30 1 544 133 126
Binary 11111100 10111100 11000000 0 11001 11000 1 101100100 1011011 1010110

Color Harmonies of #FCBCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBCC0

Black with #FCBCC0

Text Example


Text Example

White with #FCBCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBCC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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