#FD969A

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

Shades of Wewak #FD969A

Tints of Wewak #FD969A

Color information

#FD969A (or 0xFD969A) is unknown color: approx Wewak. HEX triplet: FD, 96 and 9A. RGB value is (253,150,154). Sum of RGB (Red+Green+Blue) = 253+150+154=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 150 (58.98% from 255 or 26.93% from 557); Blue value is 154 (60.55% from 255 or 27.65% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FD969A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD969A is #026965. Grayscale: #B5B5B5. Windows color (decimal): -158054 or 10131197. OLE color: 10131197.

HSL color Cylindrical-coordinate representation of color #FD969A: hue angle of 357.67º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FD969A is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB253150154-
CMYK00.410.390.01
HSL357.67º96.26%79.02%-
HSV(B)357.67º40.71%99.22%-
XYZ57.2545.0336.25-
YUV181.25112.62179.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.42%
GREEN value IS 150 (58.98% from 255) = 26.93%
BLUE value IS 154 (60.55% from 255) = 27.65%
R=45.42%
G=26.93%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315015400.410.390.01357.6796.2679.02
HexFD969A029271166604f
Octal375226232051471546140117
Binary1111110110010110100110100101001100111110110011011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD969A; }

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

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

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

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

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

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

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

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