Html Css Color HEX #FD949C Wewak

📋 copy color: '#FD949C'

red 253 ◦ green 148 ◦ blue 156

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

Shades of Wewak #FD949C

Tints of Wewak #FD949C

RGB

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

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

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

R = 45.42%
G = 26.57%
B = 28.01%

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

#FD949C (or 0xFD949C) is known color: Wewak. HEX triplet: FD, 94 and 9C. RGB value is (253,148,156). Sum of RGB (Red+Green+Blue) = 253+148+156=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 148 (58.20% from 255 or 26.57% from 557); Blue value is 156 (61.33% from 255 or 28.01% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FD949C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD949C is #026B63. Grayscale: #B4B4B4. Windows color (decimal): -158564 or 10261757. OLE color: 10261757.

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

Color convert

RGB 253 148 156 -
CMYK 0 0.42 0.38 0.01
HSL 355.43º 0.96% 0.79% -
HSV(B) 355.43º 0.42% 0.99% -
XYZ 57.1 44.46 37.03 -
YUV 180.31 114.29 179.85 -
System Red Green Blue C M Y K H S L
Decimal 253 148 156 0 0.42 0.38 0.01 355.43 0.96 0.79
Hex FD 94 9C 0 2A 26 1 163 60 4F
Octal 375 224 234 0 52 46 1 543 140 117
Binary 11111101 10010100 10011100 0 101010 100110 1 101100011 1100000 1001111

Color Harmonies of #FD949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD949C

Black with #FD949C

Text Example


Text Example

White with #FD949C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD949C; }

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

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

background-color css

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

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

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

border-color css

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

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

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