Html Css Color HEX #FC8290 Wewak

📋 copy color: '#FC8290'

red 252 ◦ green 130 ◦ blue 144

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

Shades of Wewak #FC8290

Tints of Wewak #FC8290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.71%

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

R = 47.91%
G = 24.71%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FC8290 (or 0xFC8290) is known color: Wewak. HEX triplet: FC, 82 and 90. RGB value is (252,130,144). Sum of RGB (Red+Green+Blue) = 252+130+144=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8290 is #037D6F. Grayscale: #A8A8A8. Windows color (decimal): -228720 or 9470716. OLE color: 9470716.

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

Color convert

RGB 252 130 144 -
CMYK 0 0.48 0.43 0.01
HSL 353.11º 0.95% 0.75% -
HSV(B) 353.11º 0.48% 0.99% -
XYZ 53.16 38.67 31.05 -
YUV 168.07 114.42 187.86 -
System Red Green Blue C M Y K H S L
Decimal 252 130 144 0 0.48 0.43 0.01 353.11 0.95 0.75
Hex FC 82 90 0 30 2B 1 161 5F 4B
Octal 374 202 220 0 60 53 1 541 137 113
Binary 11111100 10000010 10010000 0 110000 101011 1 101100001 1011111 1001011

Color Harmonies of #FC8290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8290

Black with #FC8290

Text Example


Text Example

White with #FC8290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8290; }

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

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

background-color css

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

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

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

border-color css

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

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

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