#F8A68F

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

Shades of Rose Bud #F8A68F

Tints of Rose Bud #F8A68F

Color information

#F8A68F (or 0xF8A68F) is unknown color: approx Rose Bud. HEX triplet: F8, A6 and 8F. RGB value is (248,166,143). Sum of RGB (Red+Green+Blue) = 248+166+143=557 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.52% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 143 (56.25% from 255 or 25.67% from 557); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A68F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A68F is #075970. Grayscale: #BCBCBC. Windows color (decimal): -481649 or 9414392. OLE color: 9414392.

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

Color convert

RGB248166143-
CMYK00.330.420.03
HSL13.14º88.24%76.67%-
HSV(B)13.14º42.34%97.25%-
XYZ57.3149.2132.47-
YUV187.9102.67170.87-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.52%
GREEN value IS 166 (65.23% from 255) = 29.80%
BLUE value IS 143 (56.25% from 255) = 25.67%
R=44.52%
G=29.80%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24816614300.330.420.0313.1488.2476.67
HexF8A68F0212A3d584d
Octal37024621704152315130115
Binary111110001010011010001111010000110101011110110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A68F; }

 p { color: rgb(248,166,143); }

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

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

 a { background-color: rgb(248,166,143); }

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

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

 span { border-color: rgb(248,166,143); }

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