Html Css Color HEX #FCB6B9 Light Pink

📋 copy color: '#FCB6B9'

red 252 ◦ green 182 ◦ blue 185

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

Shades of Light Pink #FCB6B9

Tints of Light Pink #FCB6B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.89%

R = 40.71%
G = 29.4%
B = 29.89%

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

#FCB6B9 (or 0xFCB6B9) is known color: Light Pink. HEX triplet: FC, B6 and B9. RGB value is (252,182,185). Sum of RGB (Red+Green+Blue) = 252+182+185=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 182 (71.48% from 255 or 29.40% from 619); Blue value is 185 (72.66% from 255 or 29.89% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB6B9 is #034946. Grayscale: #CBCBCB. Windows color (decimal): -215367 or 12171004. OLE color: 12171004.

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

Color convert

RGB 252 182 185 -
CMYK 0 0.28 0.27 0.01
HSL 357.43º 0.92% 0.85% -
HSV(B) 357.43º 0.28% 0.99% -
XYZ 65.63 57.65 53.57 -
YUV 203.27 117.69 162.76 -
System Red Green Blue C M Y K H S L
Decimal 252 182 185 0 0.28 0.27 0.01 357.43 0.92 0.85
Hex FC B6 B9 0 1C 1B 1 165 5C 55
Octal 374 266 271 0 34 33 1 545 134 125
Binary 11111100 10110110 10111001 0 11100 11011 1 101100101 1011100 1010101

Color Harmonies of #FCB6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB6B9

Black with #FCB6B9

Text Example


Text Example

White with #FCB6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB6B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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