Html Css Color HEX #FCA7B2 Light Pink

📋 copy color: '#FCA7B2'

red 252 ◦ green 167 ◦ blue 178

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

Shades of Light Pink #FCA7B2

Tints of Light Pink #FCA7B2

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.97%

 BLUE value IS 178 (69.92% from 255) = 29.82%

R = 42.21%
G = 27.97%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCA7B2 (or 0xFCA7B2) is known color: Light Pink. HEX triplet: FC, A7 and B2. RGB value is (252,167,178). Sum of RGB (Red+Green+Blue) = 252+167+178=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 167 (65.62% from 255 or 27.97% from 597); Blue value is 178 (69.92% from 255 or 29.82% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA7B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA7B2 is #03584D. Grayscale: #C1C1C1. Windows color (decimal): -219214 or 11708412. OLE color: 11708412.

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

Color convert

RGB 252 167 178 -
CMYK 0 0.34 0.29 0.01
HSL 352.24º 0.93% 0.82% -
HSV(B) 352.24º 0.34% 0.99% -
XYZ 62 51.55 48.8 -
YUV 193.67 119.16 169.61 -
System Red Green Blue C M Y K H S L
Decimal 252 167 178 0 0.34 0.29 0.01 352.24 0.93 0.82
Hex FC A7 B2 0 22 1D 1 160 5D 52
Octal 374 247 262 0 42 35 1 540 135 122
Binary 11111100 10100111 10110010 0 100010 11101 1 101100000 1011101 1010010

Color Harmonies of #FCA7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA7B2

Black with #FCA7B2

Text Example


Text Example

White with #FCA7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA7B2; }

 p { color: rgb(252,167,178); }

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

background-color css

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

 a { background-color: rgb(252,167,178); }

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

border-color css

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

 span { border-color: rgb(252,167,178); }

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