Html Css Color HEX #FD828A Wewak

📋 copy color: '#FD828A'

red 253 ◦ green 130 ◦ blue 138

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

Shades of Wewak #FD828A

Tints of Wewak #FD828A

RGB

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

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

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

R = 48.56%
G = 24.95%
B = 26.49%

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

#FD828A (or 0xFD828A) is known color: Wewak. HEX triplet: FD, 82 and 8A. RGB value is (253,130,138). Sum of RGB (Red+Green+Blue) = 253+130+138=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FD828A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD828A is #027D75. Grayscale: #A7A7A7. Windows color (decimal): -163190 or 9077501. OLE color: 9077501.

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

Color convert

RGB 253 130 138 -
CMYK 0 0.49 0.45 0.01
HSL 356.1º 0.97% 0.75% -
HSV(B) 356.1º 0.49% 0.99% -
XYZ 53.08 38.68 28.71 -
YUV 167.69 111.25 188.85 -
System Red Green Blue C M Y K H S L
Decimal 253 130 138 0 0.49 0.45 0.01 356.1 0.97 0.75
Hex FD 82 8A 0 31 2D 1 164 61 4B
Octal 375 202 212 0 61 55 1 544 141 113
Binary 11111101 10000010 10001010 0 110001 101101 1 101100100 1100001 1001011

Color Harmonies of #FD828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD828A

Black with #FD828A

Text Example


Text Example

White with #FD828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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