Html Css Color HEX #FD838A Wewak

📋 copy color: '#FD838A'

red 253 ◦ green 131 ◦ blue 138

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

Shades of Wewak #FD838A

Tints of Wewak #FD838A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.1%

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

R = 48.47%
G = 25.1%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD838A (or 0xFD838A) is known color: Wewak. HEX triplet: FD, 83 and 8A. RGB value is (253,131,138). Sum of RGB (Red+Green+Blue) = 253+131+138=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 138 (54.30% from 255 or 26.44% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FD838A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD838A is #027C75. Grayscale: #A8A8A8. Windows color (decimal): -162934 or 9077757. OLE color: 9077757.

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

Color convert

RGB 253 131 138 -
CMYK 0 0.48 0.45 0.01
HSL 356.56º 0.97% 0.75% -
HSV(B) 356.56º 0.48% 0.99% -
XYZ 53.21 38.95 28.76 -
YUV 168.28 110.92 188.43 -
System Red Green Blue C M Y K H S L
Decimal 253 131 138 0 0.48 0.45 0.01 356.56 0.97 0.75
Hex FD 83 8A 0 30 2D 1 165 61 4B
Octal 375 203 212 0 60 55 1 545 141 113
Binary 11111101 10000011 10001010 0 110000 101101 1 101100101 1100001 1001011

Color Harmonies of #FD838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD838A

Black with #FD838A

Text Example


Text Example

White with #FD838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD838A; }

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

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

background-color css

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

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

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

border-color css

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

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

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