Html Css Color HEX #FCB2D9 Lavender Pink

📋 copy color: '#FCB2D9'

red 252 ◦ green 178 ◦ blue 217

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

Shades of Lavender Pink #FCB2D9

Tints of Lavender Pink #FCB2D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 33.54%

R = 38.95%
G = 27.51%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FCB2D9 (or 0xFCB2D9) is known color: Lavender Pink. HEX triplet: FC, B2 and D9. RGB value is (252,178,217). Sum of RGB (Red+Green+Blue) = 252+178+217=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 178 (69.92% from 255 or 27.51% from 647); Blue value is 217 (85.16% from 255 or 33.54% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2D9 is #034D26. Grayscale: #CCCCCC. Windows color (decimal): -216359 or 14267132. OLE color: 14267132.

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

Color convert

RGB 252 178 217 -
CMYK 0 0.29 0.14 0.01
HSL 328.38º 0.93% 0.84% -
HSV(B) 328.38º 0.29% 0.99% -
XYZ 68.59 57.55 73.14 -
YUV 204.57 135.02 161.83 -
System Red Green Blue C M Y K H S L
Decimal 252 178 217 0 0.29 0.14 0.01 328.38 0.93 0.84
Hex FC B2 D9 0 1D E 1 148 5C 54
Octal 374 262 331 0 35 16 1 510 134 124
Binary 11111100 10110010 11011001 0 11101 1110 1 101001000 1011100 1010100

Color Harmonies of #FCB2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB2D9

Black with #FCB2D9

Text Example


Text Example

White with #FCB2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB2D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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