Html Css Color HEX #FCB2B8 Light Pink

📋 copy color: '#FCB2B8'

red 252 ◦ green 178 ◦ blue 184

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

Shades of Light Pink #FCB2B8

Tints of Light Pink #FCB2B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 29.97%

R = 41.04%
G = 28.99%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FCB2B8 (or 0xFCB2B8) is known color: Light Pink. HEX triplet: FC, B2 and B8. RGB value is (252,178,184). Sum of RGB (Red+Green+Blue) = 252+178+184=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 178 (69.92% from 255 or 28.99% from 614); Blue value is 184 (72.27% from 255 or 29.97% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2B8 is #034D47. Grayscale: #C8C8C8. Windows color (decimal): -216392 or 12104444. OLE color: 12104444.

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

Color convert

RGB 252 178 184 -
CMYK 0 0.29 0.27 0.01
HSL 355.14º 0.93% 0.84% -
HSV(B) 355.14º 0.29% 0.99% -
XYZ 64.72 56 52.74 -
YUV 200.81 118.52 164.51 -
System Red Green Blue C M Y K H S L
Decimal 252 178 184 0 0.29 0.27 0.01 355.14 0.93 0.84
Hex FC B2 B8 0 1D 1B 1 163 5C 54
Octal 374 262 270 0 35 33 1 543 134 124
Binary 11111100 10110010 10111000 0 11101 11011 1 101100011 1011100 1010100

Color Harmonies of #FCB2B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB2B8

Black with #FCB2B8

Text Example


Text Example

White with #FCB2B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB2B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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