Html Css Color HEX #FD949D Wewak

📋 copy color: '#FD949D'

red 253 ◦ green 148 ◦ blue 157

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

Shades of Wewak #FD949D

Tints of Wewak #FD949D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.52%

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

R = 45.34%
G = 26.52%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD949D (or 0xFD949D) is known color: Wewak. HEX triplet: FD, 94 and 9D. RGB value is (253,148,157). Sum of RGB (Red+Green+Blue) = 253+148+157=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 157 (61.72% from 255 or 28.14% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FD949D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD949D is #026B62. Grayscale: #B4B4B4. Windows color (decimal): -158563 or 10327293. OLE color: 10327293.

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

Color convert

RGB 253 148 157 -
CMYK 0 0.42 0.38 0.01
HSL 354.86º 0.96% 0.79% -
HSV(B) 354.86º 0.42% 0.99% -
XYZ 57.18 44.5 37.47 -
YUV 180.42 114.79 179.77 -
System Red Green Blue C M Y K H S L
Decimal 253 148 157 0 0.42 0.38 0.01 354.86 0.96 0.79
Hex FD 94 9D 0 2A 26 1 163 60 4F
Octal 375 224 235 0 52 46 1 543 140 117
Binary 11111101 10010100 10011101 0 101010 100110 1 101100011 1100000 1001111

Color Harmonies of #FD949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD949D

Black with #FD949D

Text Example


Text Example

White with #FD949D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD949D; }

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

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

background-color css

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

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

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

border-color css

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

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

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