#F7A693

Color #F7A693 Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #F7A693

Tints of Rose Bud #F7A693

Color information

#F7A693 (or 0xF7A693) is unknown color: approx Rose Bud. HEX triplet: F7, A6 and 93. RGB value is (247,166,147). Sum of RGB (Red+Green+Blue) = 247+166+147=560 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.11% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 147 (57.81% from 255 or 26.25% from 560); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A693 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A693 is #08596C. Grayscale: #BCBCBC. Windows color (decimal): -547181 or 9676535. OLE color: 9676535.

HSL color Cylindrical-coordinate representation of color #F7A693: hue angle of 11.4º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F7A693 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB247166147-
CMYK00.330.400.03
HSL11.4º86.21%77.25%-
HSV(B)11.4º40.49%96.86%-
XYZ57.2649.1534.07-
YUV188.05104.84170.04-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.11%
GREEN value IS 166 (65.23% from 255) = 29.64%
BLUE value IS 147 (57.81% from 255) = 26.25%
R=44.11%
G=29.64%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716614700.330.400.0311.486.2177.25
HexF7A693021283b564d
Octal36724622304150313126115
Binary111101111010011010010011010000110100011101110101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A693; }

 p { color: rgb(247,166,147); }

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

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

 a { background-color: rgb(247,166,147); }

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

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

 span { border-color: rgb(247,166,147); }

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