Html Css Color HEX #FD828C Wewak

📋 copy color: '#FD828C'

red 253 ◦ green 130 ◦ blue 140

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

Shades of Wewak #FD828C

Tints of Wewak #FD828C

RGB

 RED value IS 253 (99.22% from 255) = 48.37%

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

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

R = 48.37%
G = 24.86%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD828C (or 0xFD828C) is known color: Wewak. HEX triplet: FD, 82 and 8C. RGB value is (253,130,140). Sum of RGB (Red+Green+Blue) = 253+130+140=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FD828C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD828C is #027D73. Grayscale: #A8A8A8. Windows color (decimal): -163188 or 9208573. OLE color: 9208573.

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

Color convert

RGB 253 130 140 -
CMYK 0 0.49 0.45 0.01
HSL 355.12º 0.97% 0.75% -
HSV(B) 355.12º 0.49% 0.99% -
XYZ 53.22 38.74 29.48 -
YUV 167.92 112.25 188.69 -
System Red Green Blue C M Y K H S L
Decimal 253 130 140 0 0.49 0.45 0.01 355.12 0.97 0.75
Hex FD 82 8C 0 31 2D 1 163 61 4B
Octal 375 202 214 0 61 55 1 543 141 113
Binary 11111101 10000010 10001100 0 110001 101101 1 101100011 1100001 1001011

Color Harmonies of #FD828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD828C

Black with #FD828C

Text Example


Text Example

White with #FD828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD828C; }

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

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

background-color css

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

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

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

border-color css

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

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

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