Html Css Color HEX #FDA69D Rose Bud

📋 copy color: '#FDA69D'

red 253 ◦ green 166 ◦ blue 157

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

Shades of Rose Bud #FDA69D

Tints of Rose Bud #FDA69D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.26%

R = 43.92%
G = 28.82%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FDA69D (or 0xFDA69D) is known color: Rose Bud. HEX triplet: FD, A6 and 9D. RGB value is (253,166,157). Sum of RGB (Red+Green+Blue) = 253+166+157=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA69D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA69D is #025962. Grayscale: #BFBFBF. Windows color (decimal): -153955 or 10331901. OLE color: 10331901.

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

Color convert

RGB 253 166 157 -
CMYK 0 0.34 0.38 0.01
HSL 5.63º 0.96% 0.8% -
HSV(B) 5.63º 0.38% 0.99% -
XYZ 60.23 50.59 38.49 -
YUV 190.99 108.82 172.23 -
System Red Green Blue C M Y K H S L
Decimal 253 166 157 0 0.34 0.38 0.01 5.63 0.96 0.8
Hex FD A6 9D 0 22 26 1 6 60 50
Octal 375 246 235 0 42 46 1 6 140 120
Binary 11111101 10100110 10011101 0 100010 100110 1 110 1100000 1010000

Color Harmonies of #FDA69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA69D

Black with #FDA69D

Text Example


Text Example

White with #FDA69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA69D; }

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

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

background-color css

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

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

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

border-color css

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

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

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