Html Css Color HEX #F8A29E Rose Bud

📋 copy color: '#F8A29E'

red 248 ◦ green 162 ◦ blue 158

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

Shades of Rose Bud #F8A29E

Tints of Rose Bud #F8A29E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.52%

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

R = 43.66%
G = 28.52%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F8A29E (or 0xF8A29E) is known color: Rose Bud. HEX triplet: F8, A2 and 9E. RGB value is (248,162,158). Sum of RGB (Red+Green+Blue) = 248+162+158=568 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.66% from 568); Green value is 162 (63.67% from 255 or 28.52% from 568); Blue value is 158 (62.11% from 255 or 27.82% from 568); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A29E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A29E is #075D61. Grayscale: #BBBBBB. Windows color (decimal): -482658 or 10396408. OLE color: 10396408.

HSL color Cylindrical-coordinate representation of color #F8A29E: hue angle of 2.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 #F8A29E is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 162 158 -
CMYK 0 0.35 0.36 0.03
HSL 2.67º 0.87% 0.8% -
HSV(B) 2.67º 0.36% 0.97% -
XYZ 57.8 48.27 38.62 -
YUV 187.26 111.49 171.33 -
System Red Green Blue C M Y K H S L
Decimal 248 162 158 0 0.35 0.36 0.03 2.67 0.87 0.8
Hex F8 A2 9E 0 23 24 3 3 57 50
Octal 370 242 236 0 43 44 3 3 127 120
Binary 11111000 10100010 10011110 0 100011 100100 11 11 1010111 1010000

Color Harmonies of #F8A29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A29E

Black with #F8A29E

Text Example


Text Example

White with #F8A29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A29E; }

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

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

background-color css

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

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

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

border-color css

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

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

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