Html Css Color HEX #FD838F Wewak

📋 copy color: '#FD838F'

red 253 ◦ green 131 ◦ blue 143

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

Shades of Wewak #FD838F

Tints of Wewak #FD838F

RGB

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

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

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

R = 48.01%
G = 24.86%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FD838F (or 0xFD838F) is known color: Wewak. HEX triplet: FD, 83 and 8F. RGB value is (253,131,143). Sum of RGB (Red+Green+Blue) = 253+131+143=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 143 (56.25% from 255 or 27.13% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FD838F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD838F is #027C70. Grayscale: #A8A8A8. Windows color (decimal): -162929 or 9405437. OLE color: 9405437.

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

Color convert

RGB 253 131 143 -
CMYK 0 0.48 0.43 0.01
HSL 354.1º 0.97% 0.75% -
HSV(B) 354.1º 0.48% 0.99% -
XYZ 53.58 39.1 30.71 -
YUV 168.85 113.42 188.02 -
System Red Green Blue C M Y K H S L
Decimal 253 131 143 0 0.48 0.43 0.01 354.1 0.97 0.75
Hex FD 83 8F 0 30 2B 1 162 61 4B
Octal 375 203 217 0 60 53 1 542 141 113
Binary 11111101 10000011 10001111 0 110000 101011 1 101100010 1100001 1001011

Color Harmonies of #FD838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD838F

Black with #FD838F

Text Example


Text Example

White with #FD838F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD838F; }

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

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

background-color css

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

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

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

border-color css

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

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

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