#FC696B

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

Shades of Wild Watermelon #FC696B

Tints of Wild Watermelon #FC696B

Color information

#FC696B (or 0xFC696B) is unknown color: approx Wild Watermelon. HEX triplet: FC, 69 and 6B. RGB value is (252,105,107). Sum of RGB (Red+Green+Blue) = 252+105+107=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FC696B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC696B is #039694. Grayscale: #959595. Windows color (decimal): -235157 or 7039484. OLE color: 7039484.

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

Color convert

RGB252105107-
CMYK00.580.580.01
HSL359.18º96.08%70%-
HSV(B)359.18º58.33%98.82%-
XYZ47.8531.8617.54-
YUV149.18104.2201.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.31%
GREEN value IS 105 (41.41% from 255) = 22.63%
BLUE value IS 107 (42.19% from 255) = 23.06%
R=54.31%
G=22.63%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210510700.580.580.01359.1896.0870
HexFC696B03A3A11676046
Octal374151153072721547140106
Binary11111100110100111010110111010111010110110011111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC696B; }

 p { color: rgb(252,105,107); }

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

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

 a { background-color: rgb(252,105,107); }

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

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

 span { border-color: rgb(252,105,107); }

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