Html Css Color HEX #F8AE9E Rose Bud

📋 copy color: '#F8AE9E'

red 248 ◦ green 174 ◦ blue 158

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

Shades of Rose Bud #F8AE9E

Tints of Rose Bud #F8AE9E

RGB

 RED value IS 248 (97.27% from 255) = 42.76%

 GREEN value IS 174 (68.36% from 255) = 30%

 BLUE value IS 158 (62.11% from 255) = 27.24%

R = 42.76%
G = 30%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F8AE9E (or 0xF8AE9E) is known color: Rose Bud. HEX triplet: F8, AE and 9E. RGB value is (248,174,158). Sum of RGB (Red+Green+Blue) = 248+174+158=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 158 (62.11% from 255 or 27.24% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AE9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8AE9E is #075161. Grayscale: #C2C2C2. Windows color (decimal): -479586 or 10399480. OLE color: 10399480.

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

Color convert

RGB 248 174 158 -
CMYK 0 0.30 0.36 0.03
HSL 10.67º 0.87% 0.8% -
HSV(B) 10.67º 0.36% 0.97% -
XYZ 60.02 52.7 39.36 -
YUV 194.3 107.52 166.3 -
System Red Green Blue C M Y K H S L
Decimal 248 174 158 0 0.30 0.36 0.03 10.67 0.87 0.8
Hex F8 AE 9E 0 1E 24 3 B 57 50
Octal 370 256 236 0 36 44 3 13 127 120
Binary 11111000 10101110 10011110 0 11110 100100 11 1011 1010111 1010000

Color Harmonies of #F8AE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AE9E

Black with #F8AE9E

Text Example


Text Example

White with #F8AE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AE9E; }

 p { color: rgb(248,174,158); }

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

background-color css

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

 a { background-color: rgb(248,174,158); }

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

border-color css

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

 span { border-color: rgb(248,174,158); }

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