Html Css Color HEX #FB696A Wild Watermelon

📋 copy color: '#FB696A'

red 251 ◦ green 105 ◦ blue 106

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

Shades of Wild Watermelon #FB696A

Tints of Wild Watermelon #FB696A

RGB

 RED value IS 251 (98.44% from 255) = 54.33%

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

 BLUE value IS 106 (41.8% from 255) = 22.94%

R = 54.33%
G = 22.73%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FB696A (or 0xFB696A) is known color: Wild Watermelon. HEX triplet: FB, 69 and 6A. RGB value is (251,105,106). Sum of RGB (Red+Green+Blue) = 251+105+106=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 106 (41.80% from 255 or 22.94% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FB696A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB696A is #049695. Grayscale: #949494. Windows color (decimal): -300694 or 6973947. OLE color: 6973947.

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

Color convert

RGB 251 105 106 -
CMYK 0 0.58 0.58 0.02
HSL 359.59º 0.95% 0.7% -
HSV(B) 359.59º 0.58% 0.98% -
XYZ 47.44 31.65 17.25 -
YUV 148.77 103.87 200.92 -
System Red Green Blue C M Y K H S L
Decimal 251 105 106 0 0.58 0.58 0.02 359.59 0.95 0.7
Hex FB 69 6A 0 3A 3A 2 168 5F 46
Octal 373 151 152 0 72 72 2 550 137 106
Binary 11111011 1101001 1101010 0 111010 111010 10 101101000 1011111 1000110

Color Harmonies of #FB696A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB696A

Black with #FB696A

Text Example


Text Example

White with #FB696A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB696A; }

 p { color: rgb(251,105,106); }

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

background-color css

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

 a { background-color: rgb(251,105,106); }

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

border-color css

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

 span { border-color: rgb(251,105,106); }

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