Html Css Color HEX #FCB2E0 Lavender Pink

📋 copy color: '#FCB2E0'

red 252 ◦ green 178 ◦ blue 224

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

Shades of Lavender Pink #FCB2E0

Tints of Lavender Pink #FCB2E0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 27.22%

 BLUE value IS 224 (87.89% from 255) = 34.25%

R = 38.53%
G = 27.22%
B = 34.25%

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

#FCB2E0 (or 0xFCB2E0) is known color: Lavender Pink. HEX triplet: FC, B2 and E0. RGB value is (252,178,224). Sum of RGB (Red+Green+Blue) = 252+178+224=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 178 (69.92% from 255 or 27.22% from 654); Blue value is 224 (87.89% from 255 or 34.25% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2E0 is #034D1F. Grayscale: #CDCDCD. Windows color (decimal): -216352 or 14725884. OLE color: 14725884.

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

Color convert

RGB 252 178 224 -
CMYK 0 0.29 0.11 0.01
HSL 322.7º 0.93% 0.84% -
HSV(B) 322.7º 0.29% 0.99% -
XYZ 69.52 57.92 78.04 -
YUV 205.37 138.52 161.26 -
System Red Green Blue C M Y K H S L
Decimal 252 178 224 0 0.29 0.11 0.01 322.7 0.93 0.84
Hex FC B2 E0 0 1D B 1 143 5C 54
Octal 374 262 340 0 35 13 1 503 134 124
Binary 11111100 10110010 11100000 0 11101 1011 1 101000011 1011100 1010100

Color Harmonies of #FCB2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB2E0

Black with #FCB2E0

Text Example


Text Example

White with #FCB2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB2E0; }

 p { color: rgb(252,178,224); }

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

background-color css

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

 a { background-color: rgb(252,178,224); }

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

border-color css

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

 span { border-color: rgb(252,178,224); }

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