Html Css Color HEX #FCB3E1 Lavender Pink

📋 copy color: '#FCB3E1'

red 252 ◦ green 179 ◦ blue 225

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

Shades of Lavender Pink #FCB3E1

Tints of Lavender Pink #FCB3E1

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.29%

 BLUE value IS 225 (88.28% from 255) = 34.3%

R = 38.41%
G = 27.29%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FCB3E1 (or 0xFCB3E1) is known color: Lavender Pink. HEX triplet: FC, B3 and E1. RGB value is (252,179,225). Sum of RGB (Red+Green+Blue) = 252+179+225=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 179 (70.31% from 255 or 27.29% from 656); Blue value is 225 (88.28% from 255 or 34.30% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB3E1 is #034C1E. Grayscale: #CDCDCD. Windows color (decimal): -216095 or 14791676. OLE color: 14791676.

HSL color Cylindrical-coordinate representation of color #FCB3E1: hue angle of 322.19º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB3E1 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 179 225 -
CMYK 0 0.29 0.11 0.01
HSL 322.19º 0.92% 0.85% -
HSV(B) 322.19º 0.29% 0.99% -
XYZ 69.86 58.37 78.82 -
YUV 206.07 138.68 160.76 -
System Red Green Blue C M Y K H S L
Decimal 252 179 225 0 0.29 0.11 0.01 322.19 0.92 0.85
Hex FC B3 E1 0 1D B 1 142 5C 55
Octal 374 263 341 0 35 13 1 502 134 125
Binary 11111100 10110011 11100001 0 11101 1011 1 101000010 1011100 1010101

Color Harmonies of #FCB3E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB3E1

Black with #FCB3E1

Text Example


Text Example

White with #FCB3E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB3E1; }

 p { color: rgb(252,179,225); }

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

background-color css

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

 a { background-color: rgb(252,179,225); }

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

border-color css

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

 span { border-color: rgb(252,179,225); }

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