Html Css Color HEX #FCBEC5 Azalea

📋 copy color: '#FCBEC5'

red 252 ◦ green 190 ◦ blue 197

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

Shades of Azalea #FCBEC5

Tints of Azalea #FCBEC5

RGB

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

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

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

R = 39.44%
G = 29.73%
B = 30.83%

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

#FCBEC5 (or 0xFCBEC5) is known color: Azalea. HEX triplet: FC, BE and C5. RGB value is (252,190,197). Sum of RGB (Red+Green+Blue) = 252+190+197=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 197 (77.34% from 255 or 30.83% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBEC5 is #03413A. Grayscale: #D1D1D1. Windows color (decimal): -213307 or 12959484. OLE color: 12959484.

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

Color convert

RGB 252 190 197 -
CMYK 0 0.25 0.22 0.01
HSL 353.23º 0.91% 0.87% -
HSV(B) 353.23º 0.25% 0.99% -
XYZ 68.64 61.55 61.09 -
YUV 209.34 121.04 158.43 -
System Red Green Blue C M Y K H S L
Decimal 252 190 197 0 0.25 0.22 0.01 353.23 0.91 0.87
Hex FC BE C5 0 19 16 1 161 5B 57
Octal 374 276 305 0 31 26 1 541 133 127
Binary 11111100 10111110 11000101 0 11001 10110 1 101100001 1011011 1010111

Color Harmonies of #FCBEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBEC5

Black with #FCBEC5

Text Example


Text Example

White with #FCBEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBEC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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