Html Css Color HEX #FCBEC1 Azalea

📋 copy color: '#FCBEC1'

red 252 ◦ green 190 ◦ blue 193

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

Shades of Azalea #FCBEC1

Tints of Azalea #FCBEC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.39%

R = 39.69%
G = 29.92%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCBEC1 (or 0xFCBEC1) is known color: Azalea. HEX triplet: FC, BE and C1. RGB value is (252,190,193). Sum of RGB (Red+Green+Blue) = 252+190+193=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 193 (75.78% from 255 or 30.39% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBEC1 is #03413E. Grayscale: #D0D0D0. Windows color (decimal): -213311 or 12697340. OLE color: 12697340.

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

Color convert

RGB 252 190 193 -
CMYK 0 0.25 0.23 0.01
HSL 357.1º 0.91% 0.87% -
HSV(B) 357.1º 0.25% 0.99% -
XYZ 68.18 61.37 58.7 -
YUV 208.88 119.04 158.76 -
System Red Green Blue C M Y K H S L
Decimal 252 190 193 0 0.25 0.23 0.01 357.1 0.91 0.87
Hex FC BE C1 0 19 17 1 165 5B 57
Octal 374 276 301 0 31 27 1 545 133 127
Binary 11111100 10111110 11000001 0 11001 10111 1 101100101 1011011 1010111

Color Harmonies of #FCBEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBEC1

Black with #FCBEC1

Text Example


Text Example

White with #FCBEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBEC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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