Html Css Color HEX #FC828C Wewak

📋 copy color: '#FC828C'

red 252 ◦ green 130 ◦ blue 140

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

Shades of Wewak #FC828C

Tints of Wewak #FC828C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.82%

R = 48.28%
G = 24.9%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC828C (or 0xFC828C) is known color: Wewak. HEX triplet: FC, 82 and 8C. RGB value is (252,130,140). Sum of RGB (Red+Green+Blue) = 252+130+140=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC828C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC828C is #037D73. Grayscale: #A7A7A7. Windows color (decimal): -228724 or 9208572. OLE color: 9208572.

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

Color convert

RGB 252 130 140 -
CMYK 0 0.48 0.44 0.01
HSL 355.08º 0.95% 0.75% -
HSV(B) 355.08º 0.48% 0.99% -
XYZ 52.86 38.55 29.47 -
YUV 167.62 112.42 188.19 -
System Red Green Blue C M Y K H S L
Decimal 252 130 140 0 0.48 0.44 0.01 355.08 0.95 0.75
Hex FC 82 8C 0 30 2C 1 163 5F 4B
Octal 374 202 214 0 60 54 1 543 137 113
Binary 11111100 10000010 10001100 0 110000 101100 1 101100011 1011111 1001011

Color Harmonies of #FC828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC828C

Black with #FC828C

Text Example


Text Example

White with #FC828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC828C; }

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

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

background-color css

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

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

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

border-color css

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

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

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