Html Css Color HEX #FCBEC3 Azalea

📋 copy color: '#FCBEC3'

red 252 ◦ green 190 ◦ blue 195

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

Shades of Azalea #FCBEC3

Tints of Azalea #FCBEC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 30.61%

R = 39.56%
G = 29.83%
B = 30.61%

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

#FCBEC3 (or 0xFCBEC3) is known color: Azalea. HEX triplet: FC, BE and C3. RGB value is (252,190,195). Sum of RGB (Red+Green+Blue) = 252+190+195=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 190 (74.61% from 255 or 29.83% from 637); Blue value is 195 (76.56% from 255 or 30.61% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBEC3 is #03413C. Grayscale: #D1D1D1. Windows color (decimal): -213309 or 12828412. OLE color: 12828412.

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

Color convert

RGB 252 190 195 -
CMYK 0 0.25 0.23 0.01
HSL 355.16º 0.91% 0.87% -
HSV(B) 355.16º 0.25% 0.99% -
XYZ 68.41 61.46 59.89 -
YUV 209.11 120.04 158.59 -
System Red Green Blue C M Y K H S L
Decimal 252 190 195 0 0.25 0.23 0.01 355.16 0.91 0.87
Hex FC BE C3 0 19 17 1 163 5B 57
Octal 374 276 303 0 31 27 1 543 133 127
Binary 11111100 10111110 11000011 0 11001 10111 1 101100011 1011011 1010111

Color Harmonies of #FCBEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBEC3

Black with #FCBEC3

Text Example


Text Example

White with #FCBEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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