Html Css Color HEX #FCB9C3 Light Pink

📋 copy color: '#FCB9C3'

red 252 ◦ green 185 ◦ blue 195

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

Shades of Light Pink #FCB9C3

Tints of Light Pink #FCB9C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 30.85%

R = 39.87%
G = 29.27%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCB9C3 (or 0xFCB9C3) is known color: Light Pink. HEX triplet: FC, B9 and C3. RGB value is (252,185,195). Sum of RGB (Red+Green+Blue) = 252+185+195=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 185 (72.66% from 255 or 29.27% from 632); Blue value is 195 (76.56% from 255 or 30.85% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB9C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB9C3 is #03463C. Grayscale: #CECECE. Windows color (decimal): -214589 or 12827132. OLE color: 12827132.

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

Color convert

RGB 252 185 195 -
CMYK 0 0.27 0.23 0.01
HSL 351.04º 0.92% 0.86% -
HSV(B) 351.04º 0.27% 0.99% -
XYZ 67.34 59.33 59.53 -
YUV 206.17 121.7 160.69 -
System Red Green Blue C M Y K H S L
Decimal 252 185 195 0 0.27 0.23 0.01 351.04 0.92 0.86
Hex FC B9 C3 0 1B 17 1 15F 5C 56
Octal 374 271 303 0 33 27 1 537 134 126
Binary 11111100 10111001 11000011 0 11011 10111 1 101011111 1011100 1010110

Color Harmonies of #FCB9C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB9C3

Black with #FCB9C3

Text Example


Text Example

White with #FCB9C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB9C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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