Html Css Color HEX #FCB2BA Light Pink

📋 copy color: '#FCB2BA'

red 252 ◦ green 178 ◦ blue 186

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

Shades of Light Pink #FCB2BA

Tints of Light Pink #FCB2BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.19%

R = 40.91%
G = 28.9%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCB2BA (or 0xFCB2BA) is known color: Light Pink. HEX triplet: FC, B2 and BA. RGB value is (252,178,186). Sum of RGB (Red+Green+Blue) = 252+178+186=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 178 (69.92% from 255 or 28.90% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2BA is #034D45. Grayscale: #C9C9C9. Windows color (decimal): -216390 or 12235516. OLE color: 12235516.

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

Color convert

RGB 252 178 186 -
CMYK 0 0.29 0.26 0.01
HSL 353.51º 0.93% 0.84% -
HSV(B) 353.51º 0.29% 0.99% -
XYZ 64.93 56.08 53.86 -
YUV 201.04 119.52 164.35 -
System Red Green Blue C M Y K H S L
Decimal 252 178 186 0 0.29 0.26 0.01 353.51 0.93 0.84
Hex FC B2 BA 0 1D 1A 1 162 5C 54
Octal 374 262 272 0 35 32 1 542 134 124
Binary 11111100 10110010 10111010 0 11101 11010 1 101100010 1011100 1010100

Color Harmonies of #FCB2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB2BA

Black with #FCB2BA

Text Example


Text Example

White with #FCB2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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