Html Css Color HEX #FCB9C6 Light Pink

📋 copy color: '#FCB9C6'

red 252 ◦ green 185 ◦ blue 198

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

Shades of Light Pink #FCB9C6

Tints of Light Pink #FCB9C6

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.13%

 BLUE value IS 198 (77.73% from 255) = 31.18%

R = 39.69%
G = 29.13%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.01

RGB Variations

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

Color information

#FCB9C6 (or 0xFCB9C6) is known color: Light Pink. HEX triplet: FC, B9 and C6. RGB value is (252,185,198). Sum of RGB (Red+Green+Blue) = 252+185+198=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 185 (72.66% from 255 or 29.13% from 635); Blue value is 198 (77.73% from 255 or 31.18% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB9C6 is #034639. Grayscale: #CECECE. Windows color (decimal): -214586 or 13023740. OLE color: 13023740.

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

Color convert

RGB 252 185 198 -
CMYK 0 0.27 0.21 0.01
HSL 348.36º 0.92% 0.86% -
HSV(B) 348.36º 0.27% 0.99% -
XYZ 67.69 59.47 61.34 -
YUV 206.52 123.2 160.44 -
System Red Green Blue C M Y K H S L
Decimal 252 185 198 0 0.27 0.21 0.01 348.36 0.92 0.86
Hex FC B9 C6 0 1B 15 1 15C 5C 56
Octal 374 271 306 0 33 25 1 534 134 126
Binary 11111100 10111001 11000110 0 11011 10101 1 101011100 1011100 1010110

Color Harmonies of #FCB9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB9C6

Black with #FCB9C6

Text Example


Text Example

White with #FCB9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB9C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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