Html Css Color HEX #FD959C Wewak

📋 copy color: '#FD959C'

red 253 ◦ green 149 ◦ blue 156

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

Shades of Wewak #FD959C

Tints of Wewak #FD959C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.96%

R = 45.34%
G = 26.7%
B = 27.96%

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

#FD959C (or 0xFD959C) is known color: Wewak. HEX triplet: FD, 95 and 9C. RGB value is (253,149,156). Sum of RGB (Red+Green+Blue) = 253+149+156=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 149 (58.59% from 255 or 26.70% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FD959C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD959C is #026A63. Grayscale: #B4B4B4. Windows color (decimal): -158308 or 10262013. OLE color: 10262013.

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

Color convert

RGB 253 149 156 -
CMYK 0 0.41 0.38 0.01
HSL 355.96º 0.96% 0.79% -
HSV(B) 355.96º 0.41% 0.99% -
XYZ 57.26 44.78 37.08 -
YUV 180.89 113.96 179.43 -
System Red Green Blue C M Y K H S L
Decimal 253 149 156 0 0.41 0.38 0.01 355.96 0.96 0.79
Hex FD 95 9C 0 29 26 1 164 60 4F
Octal 375 225 234 0 51 46 1 544 140 117
Binary 11111101 10010101 10011100 0 101001 100110 1 101100100 1100000 1001111

Color Harmonies of #FD959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD959C

Black with #FD959C

Text Example


Text Example

White with #FD959C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD959C; }

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

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

background-color css

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

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

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

border-color css

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

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

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