Html Css Color HEX #FC828A Wewak

📋 copy color: '#FC828A'

red 252 ◦ green 130 ◦ blue 138

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

Shades of Wewak #FC828A

Tints of Wewak #FC828A

RGB

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

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

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

R = 48.46%
G = 25%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC828A (or 0xFC828A) is known color: Wewak. HEX triplet: FC, 82 and 8A. RGB value is (252,130,138). Sum of RGB (Red+Green+Blue) = 252+130+138=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC828A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC828A is #037D75. Grayscale: #A7A7A7. Windows color (decimal): -228726 or 9077500. OLE color: 9077500.

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

Color convert

RGB 252 130 138 -
CMYK 0 0.48 0.45 0.01
HSL 356.07º 0.95% 0.75% -
HSV(B) 356.07º 0.48% 0.99% -
XYZ 52.71 38.5 28.7 -
YUV 167.39 111.42 188.35 -
System Red Green Blue C M Y K H S L
Decimal 252 130 138 0 0.48 0.45 0.01 356.07 0.95 0.75
Hex FC 82 8A 0 30 2D 1 164 5F 4B
Octal 374 202 212 0 60 55 1 544 137 113
Binary 11111100 10000010 10001010 0 110000 101101 1 101100100 1011111 1001011

Color Harmonies of #FC828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC828A

Black with #FC828A

Text Example


Text Example

White with #FC828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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