Html Css Color HEX #FCB6BB Light Pink

📋 copy color: '#FCB6BB'

red 252 ◦ green 182 ◦ blue 187

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

Shades of Light Pink #FCB6BB

Tints of Light Pink #FCB6BB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.31%

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

R = 40.58%
G = 29.31%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FCB6BB (or 0xFCB6BB) is known color: Light Pink. HEX triplet: FC, B6 and BB. RGB value is (252,182,187). Sum of RGB (Red+Green+Blue) = 252+182+187=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 182 (71.48% from 255 or 29.31% from 621); Blue value is 187 (73.44% from 255 or 30.11% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB6BB is #034944. Grayscale: #CBCBCB. Windows color (decimal): -215365 or 12302076. OLE color: 12302076.

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

Color convert

RGB 252 182 187 -
CMYK 0 0.28 0.26 0.01
HSL 355.71º 0.92% 0.85% -
HSV(B) 355.71º 0.28% 0.99% -
XYZ 65.84 57.74 54.69 -
YUV 203.5 118.69 162.59 -
System Red Green Blue C M Y K H S L
Decimal 252 182 187 0 0.28 0.26 0.01 355.71 0.92 0.85
Hex FC B6 BB 0 1C 1A 1 164 5C 55
Octal 374 266 273 0 34 32 1 544 134 125
Binary 11111100 10110110 10111011 0 11100 11010 1 101100100 1011100 1010101

Color Harmonies of #FCB6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB6BB

Black with #FCB6BB

Text Example


Text Example

White with #FCB6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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