Html Css Color HEX #FCB3C2 Light Pink

📋 copy color: '#FCB3C2'

red 252 ◦ green 179 ◦ blue 194

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

Shades of Light Pink #FCB3C2

Tints of Light Pink #FCB3C2

RGB

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

 GREEN value IS 179 (70.31% from 255) = 28.64%

 BLUE value IS 194 (76.17% from 255) = 31.04%

R = 40.32%
G = 28.64%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FCB3C2 (or 0xFCB3C2) is known color: Light Pink. HEX triplet: FC, B3 and C2. RGB value is (252,179,194). Sum of RGB (Red+Green+Blue) = 252+179+194=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 179 (70.31% from 255 or 28.64% from 625); Blue value is 194 (76.17% from 255 or 31.04% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB3C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB3C2 is #034C3D. Grayscale: #CACACA. Windows color (decimal): -216126 or 12760060. OLE color: 12760060.

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

Color convert

RGB 252 179 194 -
CMYK 0 0.29 0.23 0.01
HSL 347.67º 0.92% 0.85% -
HSV(B) 347.67º 0.29% 0.99% -
XYZ 66 56.83 58.53 -
YUV 202.54 123.18 163.28 -
System Red Green Blue C M Y K H S L
Decimal 252 179 194 0 0.29 0.23 0.01 347.67 0.92 0.85
Hex FC B3 C2 0 1D 17 1 15C 5C 55
Octal 374 263 302 0 35 27 1 534 134 125
Binary 11111100 10110011 11000010 0 11101 10111 1 101011100 1011100 1010101

Color Harmonies of #FCB3C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB3C2

Black with #FCB3C2

Text Example


Text Example

White with #FCB3C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB3C2; }

 p { color: rgb(252,179,194); }

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

background-color css

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

 a { background-color: rgb(252,179,194); }

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

border-color css

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

 span { border-color: rgb(252,179,194); }

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