Html Css Color HEX #FC8C8A Sweet Pink

📋 copy color: '#FC8C8A'

red 252 ◦ green 140 ◦ blue 138

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

Shades of Sweet Pink #FC8C8A

Tints of Sweet Pink #FC8C8A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.42%

 BLUE value IS 138 (54.3% from 255) = 26.04%

R = 47.55%
G = 26.42%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC8C8A (or 0xFC8C8A) is known color: Sweet Pink. HEX triplet: FC, 8C and 8A. RGB value is (252,140,138). Sum of RGB (Red+Green+Blue) = 252+140+138=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8C8A is #037375. Grayscale: #ADADAD. Windows color (decimal): -226166 or 9080060. OLE color: 9080060.

HSL color Cylindrical-coordinate representation of color #FC8C8A: hue angle of 1.05º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FC8C8A is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 140 138 -
CMYK 0 0.44 0.45 0.01
HSL 1.05º 0.95% 0.76% -
HSV(B) 1.05º 0.45% 0.99% -
XYZ 54.11 41.29 29.16 -
YUV 173.26 108.11 184.16 -
System Red Green Blue C M Y K H S L
Decimal 252 140 138 0 0.44 0.45 0.01 1.05 0.95 0.76
Hex FC 8C 8A 0 2C 2D 1 1 5F 4C
Octal 374 214 212 0 54 55 1 1 137 114
Binary 11111100 10001100 10001010 0 101100 101101 1 1 1011111 1001100

Color Harmonies of #FC8C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8C8A

Black with #FC8C8A

Text Example


Text Example

White with #FC8C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8C8A; }

 p { color: rgb(252,140,138); }

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

background-color css

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

 a { background-color: rgb(252,140,138); }

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

border-color css

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

 span { border-color: rgb(252,140,138); }

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