Html Css Color HEX #FCB2BD Light Pink

📋 copy color: '#FCB2BD'

red 252 ◦ green 178 ◦ blue 189

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

Shades of Light Pink #FCB2BD

Tints of Light Pink #FCB2BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.53%

R = 40.71%
G = 28.76%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FCB2BD (or 0xFCB2BD) is known color: Light Pink. HEX triplet: FC, B2 and BD. RGB value is (252,178,189). Sum of RGB (Red+Green+Blue) = 252+178+189=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 178 (69.92% from 255 or 28.76% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2BD is #034D42. Grayscale: #C9C9C9. Windows color (decimal): -216387 or 12432124. OLE color: 12432124.

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

Color convert

RGB 252 178 189 -
CMYK 0 0.29 0.25 0.01
HSL 351.08º 0.93% 0.84% -
HSV(B) 351.08º 0.29% 0.99% -
XYZ 65.25 56.21 55.55 -
YUV 201.38 121.02 164.11 -
System Red Green Blue C M Y K H S L
Decimal 252 178 189 0 0.29 0.25 0.01 351.08 0.93 0.84
Hex FC B2 BD 0 1D 19 1 15F 5C 54
Octal 374 262 275 0 35 31 1 537 134 124
Binary 11111100 10110010 10111101 0 11101 11001 1 101011111 1011100 1010100

Color Harmonies of #FCB2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB2BD

Black with #FCB2BD

Text Example


Text Example

White with #FCB2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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