#FDA79B

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

Shades of Rose Bud #FDA79B

Tints of Rose Bud #FDA79B

Color information

#FDA79B (or 0xFDA79B) is unknown color: approx Rose Bud. HEX triplet: FD, A7 and 9B. RGB value is (253,167,155). Sum of RGB (Red+Green+Blue) = 253+167+155=575 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44% from 575); Green value is 167 (65.62% from 255 or 29.04% from 575); Blue value is 155 (60.94% from 255 or 26.96% from 575); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA79B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA79B is #025864. Grayscale: #BFBFBF. Windows color (decimal): -153701 or 10201085. OLE color: 10201085.

HSL color Cylindrical-coordinate representation of color #FDA79B: hue angle of 7.35º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDA79B is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB253167155-
CMYK00.340.390.01
HSL7.35º96.08%80%-
HSV(B)7.35º38.74%99.22%-
XYZ60.2450.8937.66-
YUV191.35107.49171.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44%
GREEN value IS 167 (65.62% from 255) = 29.04%
BLUE value IS 155 (60.94% from 255) = 26.96%
R=44%
G=29.04%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316715500.340.390.017.3596.0880
HexFDA79B02227176050
Octal3752472330424717140120
Binary1111110110100111100110110100010100111111111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA79B; }

 p { color: rgb(253,167,155); }

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

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

 a { background-color: rgb(253,167,155); }

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

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

 span { border-color: rgb(253,167,155); }

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