Html Css Color HEX #FCB8C1 Light Pink

📋 copy color: '#FCB8C1'

red 252 ◦ green 184 ◦ blue 193

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

Shades of Light Pink #FCB8C1

Tints of Light Pink #FCB8C1

RGB

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

 GREEN value IS 184 (72.27% from 255) = 29.25%

 BLUE value IS 193 (75.78% from 255) = 30.68%

R = 40.06%
G = 29.25%
B = 30.68%

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

#FCB8C1 (or 0xFCB8C1) is known color: Light Pink. HEX triplet: FC, B8 and C1. RGB value is (252,184,193). Sum of RGB (Red+Green+Blue) = 252+184+193=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 184 (72.27% from 255 or 29.25% from 629); Blue value is 193 (75.78% from 255 or 30.68% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB8C1 is #03473E. Grayscale: #CDCDCD. Windows color (decimal): -214847 or 12695804. OLE color: 12695804.

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

Color convert

RGB 252 184 193 -
CMYK 0 0.27 0.23 0.01
HSL 352.06º 0.92% 0.85% -
HSV(B) 352.06º 0.27% 0.99% -
XYZ 66.91 58.83 58.28 -
YUV 205.36 121.03 161.27 -
System Red Green Blue C M Y K H S L
Decimal 252 184 193 0 0.27 0.23 0.01 352.06 0.92 0.85
Hex FC B8 C1 0 1B 17 1 160 5C 55
Octal 374 270 301 0 33 27 1 540 134 125
Binary 11111100 10111000 11000001 0 11011 10111 1 101100000 1011100 1010101

Color Harmonies of #FCB8C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB8C1

Black with #FCB8C1

Text Example


Text Example

White with #FCB8C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB8C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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