Html Css Color HEX #FD838D Wewak

📋 copy color: '#FD838D'

red 253 ◦ green 131 ◦ blue 141

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

Shades of Wewak #FD838D

Tints of Wewak #FD838D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.86%

R = 48.19%
G = 24.95%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD838D (or 0xFD838D) is known color: Wewak. HEX triplet: FD, 83 and 8D. RGB value is (253,131,141). Sum of RGB (Red+Green+Blue) = 253+131+141=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FD838D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD838D is #027C72. Grayscale: #A8A8A8. Windows color (decimal): -162931 or 9274365. OLE color: 9274365.

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

Color convert

RGB 253 131 141 -
CMYK 0 0.48 0.44 0.01
HSL 355.08º 0.97% 0.75% -
HSV(B) 355.08º 0.48% 0.99% -
XYZ 53.43 39.04 29.92 -
YUV 168.62 112.42 188.19 -
System Red Green Blue C M Y K H S L
Decimal 253 131 141 0 0.48 0.44 0.01 355.08 0.97 0.75
Hex FD 83 8D 0 30 2C 1 163 61 4B
Octal 375 203 215 0 60 54 1 543 141 113
Binary 11111101 10000011 10001101 0 110000 101100 1 101100011 1100001 1001011

Color Harmonies of #FD838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD838D

Black with #FD838D

Text Example


Text Example

White with #FD838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD838D; }

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

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

background-color css

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

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

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

border-color css

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

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

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