Html Css Color HEX #FE696C Wild Watermelon

📋 copy color: '#FE696C'

red 254 ◦ green 105 ◦ blue 108

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

Shades of Wild Watermelon #FE696C

Tints of Wild Watermelon #FE696C

RGB

 RED value IS 254 (99.61% from 255) = 54.39%

 GREEN value IS 105 (41.41% from 255) = 22.48%

 BLUE value IS 108 (42.58% from 255) = 23.13%

R = 54.39%
G = 22.48%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#FE696C (or 0xFE696C) is known color: Wild Watermelon. HEX triplet: FE, 69 and 6C. RGB value is (254,105,108). Sum of RGB (Red+Green+Blue) = 254+105+108=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FE696C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE696C is #019693. Grayscale: #969696. Windows color (decimal): -104084 or 7105022. OLE color: 7105022.

HSL color Cylindrical-coordinate representation of color #FE696C: hue angle of 358.79º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FE696C is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 105 108 -
CMYK 0 0.59 0.57 0.00
HSL 358.79º 0.99% 0.7% -
HSV(B) 358.79º 0.59% 1% -
XYZ 48.63 32.26 17.85 -
YUV 149.89 104.36 202.26 -
System Red Green Blue C M Y K H S L
Decimal 254 105 108 0 0.59 0.57 0.00 358.79 0.99 0.7
Hex FE 69 6C 0 3B 39 0 167 63 46
Octal 376 151 154 0 73 71 0 547 143 106
Binary 11111110 1101001 1101100 0 111011 111001 0 101100111 1100011 1000110

Color Harmonies of #FE696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE696C

Black with #FE696C

Text Example


Text Example

White with #FE696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE696C; }

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

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

background-color css

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

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

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

border-color css

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

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

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