Html Css Color HEX #FD959D Wewak

📋 copy color: '#FD959D'

red 253 ◦ green 149 ◦ blue 157

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

Shades of Wewak #FD959D

Tints of Wewak #FD959D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.65%

 BLUE value IS 157 (61.72% from 255) = 28.09%

R = 45.26%
G = 26.65%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD959D (or 0xFD959D) is known color: Wewak. HEX triplet: FD, 95 and 9D. RGB value is (253,149,157). Sum of RGB (Red+Green+Blue) = 253+149+157=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 157 (61.72% from 255 or 28.09% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FD959D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD959D is #026A62. Grayscale: #B5B5B5. Windows color (decimal): -158307 or 10327549. OLE color: 10327549.

HSL color Cylindrical-coordinate representation of color #FD959D: hue angle of 355.38º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FD959D is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 149 157 -
CMYK 0 0.41 0.38 0.01
HSL 355.38º 0.96% 0.79% -
HSV(B) 355.38º 0.41% 0.99% -
XYZ 57.34 44.81 37.53 -
YUV 181.01 114.46 179.35 -
System Red Green Blue C M Y K H S L
Decimal 253 149 157 0 0.41 0.38 0.01 355.38 0.96 0.79
Hex FD 95 9D 0 29 26 1 163 60 4F
Octal 375 225 235 0 51 46 1 543 140 117
Binary 11111101 10010101 10011101 0 101001 100110 1 101100011 1100000 1001111

Color Harmonies of #FD959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD959D

Black with #FD959D

Text Example


Text Example

White with #FD959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD959D; }

 p { color: rgb(253,149,157); }

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

background-color css

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

 a { background-color: rgb(253,149,157); }

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

border-color css

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

 span { border-color: rgb(253,149,157); }

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