Html Css Color HEX #FCB2CE Lavender Pink

📋 copy color: '#FCB2CE'

red 252 ◦ green 178 ◦ blue 206

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

Shades of Lavender Pink #FCB2CE

Tints of Lavender Pink #FCB2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.39%

R = 39.62%
G = 27.99%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FCB2CE (or 0xFCB2CE) is known color: Lavender Pink. HEX triplet: FC, B2 and CE. RGB value is (252,178,206). Sum of RGB (Red+Green+Blue) = 252+178+206=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 178 (69.92% from 255 or 27.99% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2CE is #034D31. Grayscale: #CBCBCB. Windows color (decimal): -216370 or 13546236. OLE color: 13546236.

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

Color convert

RGB 252 178 206 -
CMYK 0 0.29 0.18 0.01
HSL 337.3º 0.93% 0.84% -
HSV(B) 337.3º 0.29% 0.99% -
XYZ 67.21 56.99 65.85 -
YUV 203.32 129.52 162.72 -
System Red Green Blue C M Y K H S L
Decimal 252 178 206 0 0.29 0.18 0.01 337.3 0.93 0.84
Hex FC B2 CE 0 1D 12 1 151 5C 54
Octal 374 262 316 0 35 22 1 521 134 124
Binary 11111100 10110010 11001110 0 11101 10010 1 101010001 1011100 1010100

Color Harmonies of #FCB2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB2CE

Black with #FCB2CE

Text Example


Text Example

White with #FCB2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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