Html Css Color HEX #FCB2D3 Lavender Pink

📋 copy color: '#FCB2D3'

red 252 ◦ green 178 ◦ blue 211

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

Shades of Lavender Pink #FCB2D3

Tints of Lavender Pink #FCB2D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.92%

R = 39.31%
G = 27.77%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FCB2D3 (or 0xFCB2D3) is known color: Lavender Pink. HEX triplet: FC, B2 and D3. RGB value is (252,178,211). Sum of RGB (Red+Green+Blue) = 252+178+211=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 178 (69.92% from 255 or 27.77% from 641); Blue value is 211 (82.81% from 255 or 32.92% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2D3 is #034D2C. Grayscale: #CBCBCB. Windows color (decimal): -216365 or 13873916. OLE color: 13873916.

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

Color convert

RGB 252 178 211 -
CMYK 0 0.29 0.16 0.01
HSL 333.24º 0.93% 0.84% -
HSV(B) 333.24º 0.29% 0.99% -
XYZ 67.82 57.24 69.1 -
YUV 203.89 132.02 162.32 -
System Red Green Blue C M Y K H S L
Decimal 252 178 211 0 0.29 0.16 0.01 333.24 0.93 0.84
Hex FC B2 D3 0 1D 10 1 14D 5C 54
Octal 374 262 323 0 35 20 1 515 134 124
Binary 11111100 10110010 11010011 0 11101 10000 1 101001101 1011100 1010100

Color Harmonies of #FCB2D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB2D3

Black with #FCB2D3

Text Example


Text Example

White with #FCB2D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB2D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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