Html Css Color HEX #FCB6B8 Light Pink

📋 copy color: '#FCB6B8'

red 252 ◦ green 182 ◦ blue 184

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

Shades of Light Pink #FCB6B8

Tints of Light Pink #FCB6B8

RGB

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

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

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

R = 40.78%
G = 29.45%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#FCB6B8 (or 0xFCB6B8) is known color: Light Pink. HEX triplet: FC, B6 and B8. RGB value is (252,182,184). Sum of RGB (Red+Green+Blue) = 252+182+184=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 182 (71.48% from 255 or 29.45% from 618); Blue value is 184 (72.27% from 255 or 29.77% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB6B8 is #034947. Grayscale: #CBCBCB. Windows color (decimal): -215368 or 12105468. OLE color: 12105468.

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

Color convert

RGB 252 182 184 -
CMYK 0 0.28 0.27 0.01
HSL 358.29º 0.92% 0.85% -
HSV(B) 358.29º 0.28% 0.99% -
XYZ 65.52 57.61 53.01 -
YUV 203.16 117.19 162.84 -
System Red Green Blue C M Y K H S L
Decimal 252 182 184 0 0.28 0.27 0.01 358.29 0.92 0.85
Hex FC B6 B8 0 1C 1B 1 166 5C 55
Octal 374 266 270 0 34 33 1 546 134 125
Binary 11111100 10110110 10111000 0 11100 11011 1 101100110 1011100 1010101

Color Harmonies of #FCB6B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB6B8

Black with #FCB6B8

Text Example


Text Example

White with #FCB6B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB6B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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