Html Css Color HEX #FC8A8A Sweet Pink

📋 copy color: '#FC8A8A'

red 252 ◦ green 138 ◦ blue 138

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

Shades of Sweet Pink #FC8A8A

Tints of Sweet Pink #FC8A8A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.14%

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

R = 47.73%
G = 26.14%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC8A8A (or 0xFC8A8A) is known color: Sweet Pink. HEX triplet: FC, 8A and 8A. RGB value is (252,138,138). Sum of RGB (Red+Green+Blue) = 252+138+138=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8A8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8A8A is #037575. Grayscale: #ACACAC. Windows color (decimal): -226678 or 9079548. OLE color: 9079548.

HSL color Cylindrical-coordinate representation of color #FC8A8A: hue angle of 0º 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 #FC8A8A is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 138 138 -
CMYK 0 0.45 0.45 0.01
HSL 0.95% 0.76% -
HSV(B) 0.45% 0.99% -
XYZ 53.82 40.71 29.07 -
YUV 172.09 108.77 185 -
System Red Green Blue C M Y K H S L
Decimal 252 138 138 0 0.45 0.45 0.01 0 0.95 0.76
Hex FC 8A 8A 0 2D 2D 1 0 5F 4C
Octal 374 212 212 0 55 55 1 0 137 114
Binary 11111100 10001010 10001010 0 101101 101101 1 0 1011111 1001100

Color Harmonies of #FC8A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8A8A

Black with #FC8A8A

Text Example


Text Example

White with #FC8A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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