#F699A4

Color #F699A4 Wewak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wewak #F699A4

Tints of Wewak #F699A4

Color information

#F699A4 (or 0xF699A4) is unknown color: approx Wewak. HEX triplet: F6, 99 and A4. RGB value is (246,153,164). Sum of RGB (Red+Green+Blue) = 246+153+164=563 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.69% from 563); Green value is 153 (60.16% from 255 or 27.18% from 563); Blue value is 164 (64.45% from 255 or 29.13% from 563); Max value from RGB is 246 - color contains mainly: red. Hex color #F699A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F699A4 is #09665B. Grayscale: #B6B6B6. Windows color (decimal): -616028 or 10787318. OLE color: 10787318.

HSL color Cylindrical-coordinate representation of color #F699A4: hue angle of 352.9º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F699A4 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB246153164-
CMYK00.380.330.04
HSL352.9º83.78%78.24%-
HSV(B)352.9º37.8%96.47%-
XYZ56.145.0640.86-
YUV182.06117.81173.61-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.69%
GREEN value IS 153 (60.16% from 255) = 27.18%
BLUE value IS 164 (64.45% from 255) = 29.13%
R=43.69%
G=27.18%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615316400.380.330.04352.983.7878.24
HexF699A4026214161544e
Octal366231244046414541124116
Binary111101101001100110100100010011010000110010110000110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F699A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F699A4; }

 p { color: rgb(246,153,164); }

 H1.HeaderClassName
 {
   color: #F699A4;
 }
 .AnyTagClassName
 {
   color: #F699A4;
 }
</style>
background-color css

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

 a { background-color: rgb(246,153,164); }

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

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

 span { border-color: rgb(246,153,164); }

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