Html Css Color HEX #FCB3D6 Lavender Pink

📋 copy color: '#FCB3D6'

red 252 ◦ green 179 ◦ blue 214

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

Shades of Lavender Pink #FCB3D6

Tints of Lavender Pink #FCB3D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.18%

R = 39.07%
G = 27.75%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FCB3D6 (or 0xFCB3D6) is known color: Lavender Pink. HEX triplet: FC, B3 and D6. RGB value is (252,179,214). Sum of RGB (Red+Green+Blue) = 252+179+214=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 179 (70.31% from 255 or 27.75% from 645); Blue value is 214 (83.98% from 255 or 33.18% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB3D6 is #034C29. Grayscale: #CCCCCC. Windows color (decimal): -216106 or 14070780. OLE color: 14070780.

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

Color convert

RGB 252 179 214 -
CMYK 0 0.29 0.15 0.01
HSL 331.23º 0.92% 0.85% -
HSV(B) 331.23º 0.29% 0.99% -
XYZ 68.4 57.79 71.17 -
YUV 204.82 133.18 161.65 -
System Red Green Blue C M Y K H S L
Decimal 252 179 214 0 0.29 0.15 0.01 331.23 0.92 0.85
Hex FC B3 D6 0 1D F 1 14B 5C 55
Octal 374 263 326 0 35 17 1 513 134 125
Binary 11111100 10110011 11010110 0 11101 1111 1 101001011 1011100 1010101

Color Harmonies of #FCB3D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB3D6

Black with #FCB3D6

Text Example


Text Example

White with #FCB3D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB3D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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