Html Css Color HEX #FCB0CC Lavender Pink

📋 copy color: '#FCB0CC'

red 252 ◦ green 176 ◦ blue 204

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

Shades of Lavender Pink #FCB0CC

Tints of Lavender Pink #FCB0CC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 27.85%

 BLUE value IS 204 (80.08% from 255) = 32.28%

R = 39.87%
G = 27.85%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FCB0CC (or 0xFCB0CC) is known color: Lavender Pink. HEX triplet: FC, B0 and CC. RGB value is (252,176,204). Sum of RGB (Red+Green+Blue) = 252+176+204=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 176 (69.14% from 255 or 27.85% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB0CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB0CC is #034F33. Grayscale: #C9C9C9. Windows color (decimal): -216884 or 13414652. OLE color: 13414652.

HSL color Cylindrical-coordinate representation of color #FCB0CC: hue angle of 337.89º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FCB0CC is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 176 204 -
CMYK 0 0.30 0.19 0.01
HSL 337.89º 0.93% 0.84% -
HSV(B) 337.89º 0.3% 0.99% -
XYZ 66.57 56.11 64.45 -
YUV 201.92 129.18 163.72 -
System Red Green Blue C M Y K H S L
Decimal 252 176 204 0 0.30 0.19 0.01 337.89 0.93 0.84
Hex FC B0 CC 0 1E 13 1 152 5D 54
Octal 374 260 314 0 36 23 1 522 135 124
Binary 11111100 10110000 11001100 0 11110 10011 1 101010010 1011101 1010100

Color Harmonies of #FCB0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB0CC

Black with #FCB0CC

Text Example


Text Example

White with #FCB0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB0CC; }

 p { color: rgb(252,176,204); }

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

background-color css

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

 a { background-color: rgb(252,176,204); }

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

border-color css

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

 span { border-color: rgb(252,176,204); }

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