Html Css Color HEX #FCA5B6 Light Pink

📋 copy color: '#FCA5B6'

red 252 ◦ green 165 ◦ blue 182

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

Shades of Light Pink #FCA5B6

Tints of Light Pink #FCA5B6

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.55%

 BLUE value IS 182 (71.48% from 255) = 30.38%

R = 42.07%
G = 27.55%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FCA5B6 (or 0xFCA5B6) is known color: Light Pink. HEX triplet: FC, A5 and B6. RGB value is (252,165,182). Sum of RGB (Red+Green+Blue) = 252+165+182=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 165 (64.84% from 255 or 27.55% from 599); Blue value is 182 (71.48% from 255 or 30.38% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA5B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCA5B6 is #035A49. Grayscale: #C0C0C0. Windows color (decimal): -219722 or 11970044. OLE color: 11970044.

HSL color Cylindrical-coordinate representation of color #FCA5B6: hue angle of 348.28º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FCA5B6 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 165 182 -
CMYK 0 0.35 0.28 0.01
HSL 348.28º 0.94% 0.82% -
HSV(B) 348.28º 0.35% 0.99% -
XYZ 62.04 50.98 50.83 -
YUV 192.95 121.82 170.12 -
System Red Green Blue C M Y K H S L
Decimal 252 165 182 0 0.35 0.28 0.01 348.28 0.94 0.82
Hex FC A5 B6 0 23 1C 1 15C 5E 52
Octal 374 245 266 0 43 34 1 534 136 122
Binary 11111100 10100101 10110110 0 100011 11100 1 101011100 1011110 1010010

Color Harmonies of #FCA5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA5B6

Black with #FCA5B6

Text Example


Text Example

White with #FCA5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA5B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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