Html Css Color HEX #FCB2D8 Lavender Pink

📋 copy color: '#FCB2D8'

red 252 ◦ green 178 ◦ blue 216

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

Shades of Lavender Pink #FCB2D8

Tints of Lavender Pink #FCB2D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.44%

R = 39.01%
G = 27.55%
B = 33.44%

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

#FCB2D8 (or 0xFCB2D8) is known color: Lavender Pink. HEX triplet: FC, B2 and D8. RGB value is (252,178,216). Sum of RGB (Red+Green+Blue) = 252+178+216=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 178 (69.92% from 255 or 27.55% from 646); Blue value is 216 (84.77% from 255 or 33.44% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2D8 is #034D27. Grayscale: #CCCCCC. Windows color (decimal): -216360 or 14201596. OLE color: 14201596.

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

Color convert

RGB 252 178 216 -
CMYK 0 0.29 0.14 0.01
HSL 329.19º 0.93% 0.84% -
HSV(B) 329.19º 0.29% 0.99% -
XYZ 68.46 57.49 72.45 -
YUV 204.46 134.52 161.91 -
System Red Green Blue C M Y K H S L
Decimal 252 178 216 0 0.29 0.14 0.01 329.19 0.93 0.84
Hex FC B2 D8 0 1D E 1 149 5C 54
Octal 374 262 330 0 35 16 1 511 134 124
Binary 11111100 10110010 11011000 0 11101 1110 1 101001001 1011100 1010100

Color Harmonies of #FCB2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB2D8

Black with #FCB2D8

Text Example


Text Example

White with #FCB2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB2D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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