Html Css Color HEX #F99BA5 Wewak

📋 copy color: '#F99BA5'

red 249 ◦ green 155 ◦ blue 165

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

Shades of Wewak #F99BA5

Tints of Wewak #F99BA5

RGB

 RED value IS 249 (97.66% from 255) = 43.76%

 GREEN value IS 155 (60.94% from 255) = 27.24%

 BLUE value IS 165 (64.84% from 255) = 29%

R = 43.76%
G = 27.24%
B = 29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#F99BA5 (or 0xF99BA5) is known color: Wewak. HEX triplet: F9, 9B and A5. RGB value is (249,155,165). Sum of RGB (Red+Green+Blue) = 249+155+165=569 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.76% from 569); Green value is 155 (60.94% from 255 or 27.24% from 569); Blue value is 165 (64.84% from 255 or 29.00% from 569); Max value from RGB is 249 - color contains mainly: red. Hex color #F99BA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99BA5 is #06645A. Grayscale: #B8B8B8. Windows color (decimal): -418907 or 10853369. OLE color: 10853369.

HSL color Cylindrical-coordinate representation of color #F99BA5: hue angle of 353.62º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F99BA5 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 155 165 -
CMYK 0 0.38 0.34 0.02
HSL 353.62º 0.89% 0.79% -
HSV(B) 353.62º 0.38% 0.98% -
XYZ 57.58 46.3 41.5 -
YUV 184.25 117.14 174.19 -
System Red Green Blue C M Y K H S L
Decimal 249 155 165 0 0.38 0.34 0.02 353.62 0.89 0.79
Hex F9 9B A5 0 26 22 2 162 59 4F
Octal 371 233 245 0 46 42 2 542 131 117
Binary 11111001 10011011 10100101 0 100110 100010 10 101100010 1011001 1001111

Color Harmonies of #F99BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99BA5

Black with #F99BA5

Text Example


Text Example

White with #F99BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99BA5; }

 p { color: rgb(249,155,165); }

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

background-color css

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

 a { background-color: rgb(249,155,165); }

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

border-color css

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

 span { border-color: rgb(249,155,165); }

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