#FC696C

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

Shades of Wild Watermelon #FC696C

Tints of Wild Watermelon #FC696C

Color information

#FC696C (or 0xFC696C) is unknown color: approx Wild Watermelon. HEX triplet: FC, 69 and 6C. RGB value is (252,105,108). Sum of RGB (Red+Green+Blue) = 252+105+108=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 108 (42.58% from 255 or 23.23% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FC696C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC696C is #039693. Grayscale: #959595. Windows color (decimal): -235156 or 7105020. OLE color: 7105020.

HSL color Cylindrical-coordinate representation of color #FC696C: hue angle of 358.78º 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 #FC696C is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB252105108-
CMYK00.580.570.01
HSL358.78º96.08%70%-
HSV(B)358.78º58.33%98.82%-
XYZ47.931.8817.82-
YUV149.3104.7201.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.19%
GREEN value IS 105 (41.41% from 255) = 22.58%
BLUE value IS 108 (42.58% from 255) = 23.23%
R=54.19%
G=22.58%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210510800.580.570.01358.7896.0870
HexFC696C03A3911676046
Octal374151154072711547140106
Binary11111100110100111011000111010111001110110011111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC696C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC696C; }

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

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

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

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

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

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

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

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