Html Css Color HEX #FD818A Wewak

📋 copy color: '#FD818A'

red 253 ◦ green 129 ◦ blue 138

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

Shades of Wewak #FD818A

Tints of Wewak #FD818A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.81%

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

R = 48.65%
G = 24.81%
B = 26.54%

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

#FD818A (or 0xFD818A) is known color: Wewak. HEX triplet: FD, 81 and 8A. RGB value is (253,129,138). Sum of RGB (Red+Green+Blue) = 253+129+138=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FD818A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD818A is #027E75. Grayscale: #A7A7A7. Windows color (decimal): -163446 or 9077245. OLE color: 9077245.

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

Color convert

RGB 253 129 138 -
CMYK 0 0.49 0.45 0.01
HSL 355.65º 0.97% 0.75% -
HSV(B) 355.65º 0.49% 0.99% -
XYZ 52.95 38.42 28.67 -
YUV 167.1 111.58 189.27 -
System Red Green Blue C M Y K H S L
Decimal 253 129 138 0 0.49 0.45 0.01 355.65 0.97 0.75
Hex FD 81 8A 0 31 2D 1 164 61 4B
Octal 375 201 212 0 61 55 1 544 141 113
Binary 11111101 10000001 10001010 0 110001 101101 1 101100100 1100001 1001011

Color Harmonies of #FD818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD818A

Black with #FD818A

Text Example


Text Example

White with #FD818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD818A; }

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

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

background-color css

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

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

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

border-color css

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

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

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