Html Css Color HEX #FCB5E1 Lavender Pink

📋 copy color: '#FCB5E1'

red 252 ◦ green 181 ◦ blue 225

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

Shades of Lavender Pink #FCB5E1

Tints of Lavender Pink #FCB5E1

RGB

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

 GREEN value IS 181 (71.09% from 255) = 27.51%

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

R = 38.3%
G = 27.51%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FCB5E1 (or 0xFCB5E1) is known color: Lavender Pink. HEX triplet: FC, B5 and E1. RGB value is (252,181,225). Sum of RGB (Red+Green+Blue) = 252+181+225=658 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.30% from 658); Green value is 181 (71.09% from 255 or 27.51% from 658); Blue value is 225 (88.28% from 255 or 34.19% from 658); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB5E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB5E1 is #034A1E. Grayscale: #CFCFCF. Windows color (decimal): -215583 or 14792188. OLE color: 14792188.

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

Color convert

RGB 252 181 225 -
CMYK 0 0.28 0.11 0.01
HSL 322.82º 0.92% 0.85% -
HSV(B) 322.82º 0.28% 0.99% -
XYZ 70.26 59.18 78.95 -
YUV 207.25 138.02 159.92 -
System Red Green Blue C M Y K H S L
Decimal 252 181 225 0 0.28 0.11 0.01 322.82 0.92 0.85
Hex FC B5 E1 0 1C B 1 143 5C 55
Octal 374 265 341 0 34 13 1 503 134 125
Binary 11111100 10110101 11100001 0 11100 1011 1 101000011 1011100 1010101

Color Harmonies of #FCB5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB5E1

Black with #FCB5E1

Text Example


Text Example

White with #FCB5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB5E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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