Html Css Color HEX #FCB4BB Light Pink

📋 copy color: '#FCB4BB'

red 252 ◦ green 180 ◦ blue 187

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

Shades of Light Pink #FCB4BB

Tints of Light Pink #FCB4BB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.08%

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

R = 40.71%
G = 29.08%
B = 30.21%

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

#FCB4BB (or 0xFCB4BB) is known color: Light Pink. HEX triplet: FC, B4 and BB. RGB value is (252,180,187). Sum of RGB (Red+Green+Blue) = 252+180+187=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 180 (70.70% from 255 or 29.08% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB4BB is #034B44. Grayscale: #CACACA. Windows color (decimal): -215877 or 12301564. OLE color: 12301564.

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

Color convert

RGB 252 180 187 -
CMYK 0 0.29 0.26 0.01
HSL 354.17º 0.92% 0.85% -
HSV(B) 354.17º 0.29% 0.99% -
XYZ 65.44 56.93 54.55 -
YUV 202.33 119.35 163.43 -
System Red Green Blue C M Y K H S L
Decimal 252 180 187 0 0.29 0.26 0.01 354.17 0.92 0.85
Hex FC B4 BB 0 1D 1A 1 162 5C 55
Octal 374 264 273 0 35 32 1 542 134 125
Binary 11111100 10110100 10111011 0 11101 11010 1 101100010 1011100 1010101

Color Harmonies of #FCB4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB4BB

Black with #FCB4BB

Text Example


Text Example

White with #FCB4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB4BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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