Html Css Color HEX #FDA68D Rose Bud

📋 copy color: '#FDA68D'

red 253 ◦ green 166 ◦ blue 141

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

Shades of Rose Bud #FDA68D

Tints of Rose Bud #FDA68D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.64%

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

R = 45.18%
G = 29.64%
B = 25.18%

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

#FDA68D (or 0xFDA68D) is known color: Rose Bud. HEX triplet: FD, A6 and 8D. RGB value is (253,166,141). Sum of RGB (Red+Green+Blue) = 253+166+141=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 166 (65.23% from 255 or 29.64% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA68D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA68D is #025972. Grayscale: #BDBDBD. Windows color (decimal): -153971 or 9283325. OLE color: 9283325.

HSL color Cylindrical-coordinate representation of color #FDA68D: hue angle of 13.39º 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 #FDA68D is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 166 141 -
CMYK 0 0.34 0.44 0.01
HSL 13.39º 0.97% 0.77% -
HSV(B) 13.39º 0.44% 0.99% -
XYZ 58.95 50.08 31.76 -
YUV 189.16 100.82 173.53 -
System Red Green Blue C M Y K H S L
Decimal 253 166 141 0 0.34 0.44 0.01 13.39 0.97 0.77
Hex FD A6 8D 0 22 2C 1 D 61 4D
Octal 375 246 215 0 42 54 1 15 141 115
Binary 11111101 10100110 10001101 0 100010 101100 1 1101 1100001 1001101

Color Harmonies of #FDA68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA68D

Black with #FDA68D

Text Example


Text Example

White with #FDA68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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