Html Css Color HEX #FC8990 Wewak

📋 copy color: '#FC8990'

red 252 ◦ green 137 ◦ blue 144

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

Shades of Wewak #FC8990

Tints of Wewak #FC8990

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.7%

 BLUE value IS 144 (56.64% from 255) = 27.02%

R = 47.28%
G = 25.7%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC8990 (or 0xFC8990) is known color: Wewak. HEX triplet: FC, 89 and 90. RGB value is (252,137,144). Sum of RGB (Red+Green+Blue) = 252+137+144=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 137 (53.91% from 255 or 25.70% from 533); Blue value is 144 (56.64% from 255 or 27.02% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8990 is #03766F. Grayscale: #ACACAC. Windows color (decimal): -226928 or 9472508. OLE color: 9472508.

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

Color convert

RGB 252 137 144 -
CMYK 0 0.46 0.43 0.01
HSL 356.35º 0.95% 0.76% -
HSV(B) 356.35º 0.46% 0.99% -
XYZ 54.12 40.6 31.37 -
YUV 172.18 112.1 184.93 -
System Red Green Blue C M Y K H S L
Decimal 252 137 144 0 0.46 0.43 0.01 356.35 0.95 0.76
Hex FC 89 90 0 2E 2B 1 164 5F 4C
Octal 374 211 220 0 56 53 1 544 137 114
Binary 11111100 10001001 10010000 0 101110 101011 1 101100100 1011111 1001100

Color Harmonies of #FC8990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8990

Black with #FC8990

Text Example


Text Example

White with #FC8990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8990; }

 p { color: rgb(252,137,144); }

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

background-color css

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

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

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

border-color css

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

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

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