Html Css Color HEX #FC8D8B Sweet Pink

📋 copy color: '#FC8D8B'

red 252 ◦ green 141 ◦ blue 139

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

Shades of Sweet Pink #FC8D8B

Tints of Sweet Pink #FC8D8B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.5%

 BLUE value IS 139 (54.69% from 255) = 26.13%

R = 47.37%
G = 26.5%
B = 26.13%

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

#FC8D8B (or 0xFC8D8B) is known color: Sweet Pink. HEX triplet: FC, 8D and 8B. RGB value is (252,141,139). Sum of RGB (Red+Green+Blue) = 252+141+139=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 139 (54.69% from 255 or 26.13% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8D8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8D8B is #037274. Grayscale: #AEAEAE. Windows color (decimal): -225909 or 9145852. OLE color: 9145852.

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

Color convert

RGB 252 141 139 -
CMYK 0 0.44 0.45 0.01
HSL 1.06º 0.95% 0.77% -
HSV(B) 1.06º 0.45% 0.99% -
XYZ 54.33 41.61 29.59 -
YUV 173.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 252 141 139 0 0.44 0.45 0.01 1.06 0.95 0.77
Hex FC 8D 8B 0 2C 2D 1 1 5F 4D
Octal 374 215 213 0 54 55 1 1 137 115
Binary 11111100 10001101 10001011 0 101100 101101 1 1 1011111 1001101

Color Harmonies of #FC8D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8D8B

Black with #FC8D8B

Text Example


Text Example

White with #FC8D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8D8B; }

 p { color: rgb(252,141,139); }

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

background-color css

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

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

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

border-color css

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

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

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