Html Css Color HEX #FD828F Wewak

📋 copy color: '#FD828F'

red 253 ◦ green 130 ◦ blue 143

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

Shades of Wewak #FD828F

Tints of Wewak #FD828F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.19%

R = 48.1%
G = 24.71%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD828F (or 0xFD828F) is known color: Wewak. HEX triplet: FD, 82 and 8F. RGB value is (253,130,143). Sum of RGB (Red+Green+Blue) = 253+130+143=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FD828F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD828F is #027D70. Grayscale: #A8A8A8. Windows color (decimal): -163185 or 9405181. OLE color: 9405181.

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

Color convert

RGB 253 130 143 -
CMYK 0 0.49 0.43 0.01
HSL 353.66º 0.97% 0.75% -
HSV(B) 353.66º 0.49% 0.99% -
XYZ 53.45 38.83 30.66 -
YUV 168.26 113.75 188.44 -
System Red Green Blue C M Y K H S L
Decimal 253 130 143 0 0.49 0.43 0.01 353.66 0.97 0.75
Hex FD 82 8F 0 31 2B 1 162 61 4B
Octal 375 202 217 0 61 53 1 542 141 113
Binary 11111101 10000010 10001111 0 110001 101011 1 101100010 1100001 1001011

Color Harmonies of #FD828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD828F

Black with #FD828F

Text Example


Text Example

White with #FD828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD828F; }

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

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

background-color css

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

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

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

border-color css

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

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

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