Html Css Color HEX #FCBEC0 Azalea

📋 copy color: '#FCBEC0'

red 252 ◦ green 190 ◦ blue 192

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

Shades of Azalea #FCBEC0

Tints of Azalea #FCBEC0

RGB

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

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

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

R = 39.75%
G = 29.97%
B = 30.28%

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

#FCBEC0 (or 0xFCBEC0) is known color: Azalea. HEX triplet: FC, BE and C0. RGB value is (252,190,192). Sum of RGB (Red+Green+Blue) = 252+190+192=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 192 (75.39% from 255 or 30.28% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBEC0 is #03413F. Grayscale: #D0D0D0. Windows color (decimal): -213312 or 12631804. OLE color: 12631804.

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

Color convert

RGB 252 190 192 -
CMYK 0 0.25 0.24 0.01
HSL 358.06º 0.91% 0.87% -
HSV(B) 358.06º 0.25% 0.99% -
XYZ 68.07 61.33 58.12 -
YUV 208.77 118.54 158.84 -
System Red Green Blue C M Y K H S L
Decimal 252 190 192 0 0.25 0.24 0.01 358.06 0.91 0.87
Hex FC BE C0 0 19 18 1 166 5B 57
Octal 374 276 300 0 31 30 1 546 133 127
Binary 11111100 10111110 11000000 0 11001 11000 1 101100110 1011011 1010111

Color Harmonies of #FCBEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBEC0

Black with #FCBEC0

Text Example


Text Example

White with #FCBEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBEC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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