Html Css Color HEX #F69B7B Light Salmon

📋 copy color: '#F69B7B'

red 246 ◦ green 155 ◦ blue 123

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

Shades of Light Salmon #F69B7B

Tints of Light Salmon #F69B7B

RGB

 RED value IS 246 (96.48% from 255) = 46.95%

 GREEN value IS 155 (60.94% from 255) = 29.58%

 BLUE value IS 123 (48.44% from 255) = 23.47%

R = 46.95%
G = 29.58%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F69B7B (or 0xF69B7B) is known color: Light Salmon. HEX triplet: F6, 9B and 7B. RGB value is (246,155,123). Sum of RGB (Red+Green+Blue) = 246+155+123=524 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.95% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 123 (48.44% from 255 or 23.47% from 524); Max value from RGB is 246 - color contains mainly: red. Hex color #F69B7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69B7B is #096484. Grayscale: #B2B2B2. Windows color (decimal): -615557 or 8100854. OLE color: 8100854.

HSL color Cylindrical-coordinate representation of color #F69B7B: hue angle of 15.61º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F69B7B is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 155 123 -
CMYK 0 0.37 0.50 0.04
HSL 15.61º 0.87% 0.72% -
HSV(B) 15.61º 0.5% 0.96% -
XYZ 53.3 44.47 24.51 -
YUV 178.56 96.65 176.1 -
System Red Green Blue C M Y K H S L
Decimal 246 155 123 0 0.37 0.50 0.04 15.61 0.87 0.72
Hex F6 9B 7B 0 25 32 4 10 57 48
Octal 366 233 173 0 45 62 4 20 127 110
Binary 11110110 10011011 1111011 0 100101 110010 100 10000 1010111 1001000

Color Harmonies of #F69B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F69B7B

Black with #F69B7B

Text Example


Text Example

White with #F69B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F69B7B; }

 p { color: rgb(246,155,123); }

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

background-color css

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

 a { background-color: rgb(246,155,123); }

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

border-color css

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

 span { border-color: rgb(246,155,123); }

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