Html Css Color HEX #FD949A Wewak

📋 copy color: '#FD949A'

red 253 ◦ green 148 ◦ blue 154

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

Shades of Wewak #FD949A

Tints of Wewak #FD949A

RGB

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

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

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

R = 45.59%
G = 26.67%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FD949A (or 0xFD949A) is known color: Wewak. HEX triplet: FD, 94 and 9A. RGB value is (253,148,154). Sum of RGB (Red+Green+Blue) = 253+148+154=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 154 (60.55% from 255 or 27.75% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FD949A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD949A is #026B65. Grayscale: #B4B4B4. Windows color (decimal): -158566 or 10130685. OLE color: 10130685.

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

Color convert

RGB 253 148 154 -
CMYK 0 0.42 0.39 0.01
HSL 356.57º 0.96% 0.79% -
HSV(B) 356.57º 0.42% 0.99% -
XYZ 56.93 44.4 36.14 -
YUV 180.08 113.29 180.01 -
System Red Green Blue C M Y K H S L
Decimal 253 148 154 0 0.42 0.39 0.01 356.57 0.96 0.79
Hex FD 94 9A 0 2A 27 1 165 60 4F
Octal 375 224 232 0 52 47 1 545 140 117
Binary 11111101 10010100 10011010 0 101010 100111 1 101100101 1100000 1001111

Color Harmonies of #FD949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD949A

Black with #FD949A

Text Example


Text Example

White with #FD949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD949A; }

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

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

background-color css

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

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

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

border-color css

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

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

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