Html Css Color HEX #F7A88E Rose Bud

📋 copy color: '#F7A88E'

red 247 ◦ green 168 ◦ blue 142

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

Shades of Rose Bud #F7A88E

Tints of Rose Bud #F7A88E

RGB

 RED value IS 247 (96.88% from 255) = 44.34%

 GREEN value IS 168 (66.02% from 255) = 30.16%

 BLUE value IS 142 (55.86% from 255) = 25.49%

R = 44.34%
G = 30.16%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F7A88E (or 0xF7A88E) is known color: Rose Bud. HEX triplet: F7, A8 and 8E. RGB value is (247,168,142). Sum of RGB (Red+Green+Blue) = 247+168+142=557 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.34% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A88E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A88E is #085771. Grayscale: #BCBCBC. Windows color (decimal): -546674 or 9349367. OLE color: 9349367.

HSL color Cylindrical-coordinate representation of color #F7A88E: hue angle of 14.86º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F7A88E is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 168 142 -
CMYK 0 0.32 0.43 0.03
HSL 14.86º 0.87% 0.76% -
HSV(B) 14.86º 0.43% 0.97% -
XYZ 57.24 49.73 32.17 -
YUV 188.66 101.67 169.61 -
System Red Green Blue C M Y K H S L
Decimal 247 168 142 0 0.32 0.43 0.03 14.86 0.87 0.76
Hex F7 A8 8E 0 20 2B 3 F 57 4C
Octal 367 250 216 0 40 53 3 17 127 114
Binary 11110111 10101000 10001110 0 100000 101011 11 1111 1010111 1001100

Color Harmonies of #F7A88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7A88E

Black with #F7A88E

Text Example


Text Example

White with #F7A88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7A88E; }

 p { color: rgb(247,168,142); }

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

background-color css

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

 a { background-color: rgb(247,168,142); }

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

border-color css

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

 span { border-color: rgb(247,168,142); }

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