Html Css Color HEX #FDA78D Rose Bud

📋 copy color: '#FDA78D'

red 253 ◦ green 167 ◦ blue 141

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

Shades of Rose Bud #FDA78D

Tints of Rose Bud #FDA78D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.13%

R = 45.1%
G = 29.77%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDA78D (or 0xFDA78D) is known color: Rose Bud. HEX triplet: FD, A7 and 8D. RGB value is (253,167,141). Sum of RGB (Red+Green+Blue) = 253+167+141=561 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.10% from 561); Green value is 167 (65.62% from 255 or 29.77% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA78D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA78D is #025872. Grayscale: #BDBDBD. Windows color (decimal): -153715 or 9283581. OLE color: 9283581.

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

Color convert

RGB 253 167 141 -
CMYK 0 0.34 0.44 0.01
HSL 13.93º 0.97% 0.77% -
HSV(B) 13.93º 0.44% 0.99% -
XYZ 59.13 50.44 31.82 -
YUV 189.75 100.49 173.11 -
System Red Green Blue C M Y K H S L
Decimal 253 167 141 0 0.34 0.44 0.01 13.93 0.97 0.77
Hex FD A7 8D 0 22 2C 1 E 61 4D
Octal 375 247 215 0 42 54 1 16 141 115
Binary 11111101 10100111 10001101 0 100010 101100 1 1110 1100001 1001101

Color Harmonies of #FDA78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA78D

Black with #FDA78D

Text Example


Text Example

White with #FDA78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA78D; }

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

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

background-color css

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

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

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

border-color css

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

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

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