Html Css Color HEX #FCB3BB Light Pink

📋 copy color: '#FCB3BB'

red 252 ◦ green 179 ◦ blue 187

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

Shades of Light Pink #FCB3BB

Tints of Light Pink #FCB3BB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.96%

 BLUE value IS 187 (73.44% from 255) = 30.26%

R = 40.78%
G = 28.96%
B = 30.26%

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

#FCB3BB (or 0xFCB3BB) is known color: Light Pink. HEX triplet: FC, B3 and BB. RGB value is (252,179,187). Sum of RGB (Red+Green+Blue) = 252+179+187=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 179 (70.31% from 255 or 28.96% from 618); Blue value is 187 (73.44% from 255 or 30.26% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB3BB is #034C44. Grayscale: #C9C9C9. Windows color (decimal): -216133 or 12301308. OLE color: 12301308.

HSL color Cylindrical-coordinate representation of color #FCB3BB: hue angle of 353.42º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FCB3BB is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 179 187 -
CMYK 0 0.29 0.26 0.01
HSL 353.42º 0.92% 0.85% -
HSV(B) 353.42º 0.29% 0.99% -
XYZ 65.23 56.52 54.49 -
YUV 201.74 119.68 163.85 -
System Red Green Blue C M Y K H S L
Decimal 252 179 187 0 0.29 0.26 0.01 353.42 0.92 0.85
Hex FC B3 BB 0 1D 1A 1 161 5C 55
Octal 374 263 273 0 35 32 1 541 134 125
Binary 11111100 10110011 10111011 0 11101 11010 1 101100001 1011100 1010101

Color Harmonies of #FCB3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB3BB

Black with #FCB3BB

Text Example


Text Example

White with #FCB3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB3BB; }

 p { color: rgb(252,179,187); }

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

background-color css

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

 a { background-color: rgb(252,179,187); }

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

border-color css

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

 span { border-color: rgb(252,179,187); }

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