Html Css Color HEX #FDA78B Rose Bud

📋 copy color: '#FDA78B'

red 253 ◦ green 167 ◦ blue 139

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

Shades of Rose Bud #FDA78B

Tints of Rose Bud #FDA78B

RGB

 RED value IS 253 (99.22% from 255) = 45.26%

 GREEN value IS 167 (65.63% from 255) = 29.87%

 BLUE value IS 139 (54.69% from 255) = 24.87%

R = 45.26%
G = 29.87%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDA78B (or 0xFDA78B) is known color: Rose Bud. HEX triplet: FD, A7 and 8B. RGB value is (253,167,139). Sum of RGB (Red+Green+Blue) = 253+167+139=559 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.26% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 139 (54.69% from 255 or 24.87% from 559); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA78B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA78B is #025874. Grayscale: #BDBDBD. Windows color (decimal): -153717 or 9152509. OLE color: 9152509.

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

Color convert

RGB 253 167 139 -
CMYK 0 0.34 0.45 0.01
HSL 14.74º 0.97% 0.77% -
HSV(B) 14.74º 0.45% 0.99% -
XYZ 58.99 50.38 31.04 -
YUV 189.52 99.49 173.28 -
System Red Green Blue C M Y K H S L
Decimal 253 167 139 0 0.34 0.45 0.01 14.74 0.97 0.77
Hex FD A7 8B 0 22 2D 1 F 61 4D
Octal 375 247 213 0 42 55 1 17 141 115
Binary 11111101 10100111 10001011 0 100010 101101 1 1111 1100001 1001101

Color Harmonies of #FDA78B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA78B

Black with #FDA78B

Text Example


Text Example

White with #FDA78B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA78B; }

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

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

background-color css

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

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

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

border-color css

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

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

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