Html Css Color HEX #FE949B Wewak

📋 copy color: '#FE949B'

red 254 ◦ green 148 ◦ blue 155

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

Shades of Wewak #FE949B

Tints of Wewak #FE949B

RGB

 RED value IS 254 (99.61% from 255) = 45.6%

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

 BLUE value IS 155 (60.94% from 255) = 27.83%

R = 45.6%
G = 26.57%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FE949B (or 0xFE949B) is known color: Wewak. HEX triplet: FE, 94 and 9B. RGB value is (254,148,155). Sum of RGB (Red+Green+Blue) = 254+148+155=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 148 (58.20% from 255 or 26.57% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FE949B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE949B is #016B64. Grayscale: #B4B4B4. Windows color (decimal): -93029 or 10196222. OLE color: 10196222.

HSL color Cylindrical-coordinate representation of color #FE949B: hue angle of 356.04º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FE949B is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 148 155 -
CMYK 0 0.42 0.39 0.00
HSL 356.04º 0.98% 0.79% -
HSV(B) 356.04º 0.42% 1% -
XYZ 57.38 44.62 36.6 -
YUV 180.49 113.62 180.43 -
System Red Green Blue C M Y K H S L
Decimal 254 148 155 0 0.42 0.39 0.00 356.04 0.98 0.79
Hex FE 94 9B 0 2A 27 0 164 62 4F
Octal 376 224 233 0 52 47 0 544 142 117
Binary 11111110 10010100 10011011 0 101010 100111 0 101100100 1100010 1001111

Color Harmonies of #FE949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE949B

Black with #FE949B

Text Example


Text Example

White with #FE949B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE949B; }

 p { color: rgb(254,148,155); }

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

background-color css

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

 a { background-color: rgb(254,148,155); }

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

border-color css

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

 span { border-color: rgb(254,148,155); }

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