Html Css Color HEX #FCB2B7 Light Pink

📋 copy color: '#FCB2B7'

red 252 ◦ green 178 ◦ blue 183

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

Shades of Light Pink #FCB2B7

Tints of Light Pink #FCB2B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 29.85%

R = 41.11%
G = 29.04%
B = 29.85%

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

#FCB2B7 (or 0xFCB2B7) is known color: Light Pink. HEX triplet: FC, B2 and B7. RGB value is (252,178,183). Sum of RGB (Red+Green+Blue) = 252+178+183=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 178 (69.92% from 255 or 29.04% from 613); Blue value is 183 (71.88% from 255 or 29.85% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB2B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCB2B7 is #034D48. Grayscale: #C8C8C8. Windows color (decimal): -216393 or 12038908. OLE color: 12038908.

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

Color convert

RGB 252 178 183 -
CMYK 0 0.29 0.27 0.01
HSL 355.95º 0.93% 0.84% -
HSV(B) 355.95º 0.29% 0.99% -
XYZ 64.61 55.96 52.19 -
YUV 200.7 118.02 164.59 -
System Red Green Blue C M Y K H S L
Decimal 252 178 183 0 0.29 0.27 0.01 355.95 0.93 0.84
Hex FC B2 B7 0 1D 1B 1 164 5C 54
Octal 374 262 267 0 35 33 1 544 134 124
Binary 11111100 10110010 10110111 0 11101 11011 1 101100100 1011100 1010100

Color Harmonies of #FCB2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB2B7

Black with #FCB2B7

Text Example


Text Example

White with #FCB2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB2B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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