Html Css Color HEX #FD959A Wewak

📋 copy color: '#FD959A'

red 253 ◦ green 149 ◦ blue 154

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

Shades of Wewak #FD959A

Tints of Wewak #FD959A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.7%

R = 45.5%
G = 26.8%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FD959A (or 0xFD959A) is known color: Wewak. HEX triplet: FD, 95 and 9A. RGB value is (253,149,154). Sum of RGB (Red+Green+Blue) = 253+149+154=556 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.50% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 253 - color contains mainly: red. Hex color #FD959A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD959A is #026A65. Grayscale: #B4B4B4. Windows color (decimal): -158310 or 10130941. OLE color: 10130941.

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

Color convert

RGB 253 149 154 -
CMYK 0 0.41 0.39 0.01
HSL 357.12º 0.96% 0.79% -
HSV(B) 357.12º 0.41% 0.99% -
XYZ 57.09 44.71 36.19 -
YUV 180.67 112.96 179.59 -
System Red Green Blue C M Y K H S L
Decimal 253 149 154 0 0.41 0.39 0.01 357.12 0.96 0.79
Hex FD 95 9A 0 29 27 1 165 60 4F
Octal 375 225 232 0 51 47 1 545 140 117
Binary 11111101 10010101 10011010 0 101001 100111 1 101100101 1100000 1001111

Color Harmonies of #FD959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD959A

Black with #FD959A

Text Example


Text Example

White with #FD959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD959A; }

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

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

background-color css

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

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

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

border-color css

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

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

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