Html Css Color HEX #FDA68B Rose Bud

📋 copy color: '#FDA68B'

red 253 ◦ green 166 ◦ blue 139

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

Shades of Rose Bud #FDA68B

Tints of Rose Bud #FDA68B

RGB

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

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

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

R = 45.34%
G = 29.75%
B = 24.91%

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

#FDA68B (or 0xFDA68B) is known color: Rose Bud. HEX triplet: FD, A6 and 8B. RGB value is (253,166,139). Sum of RGB (Red+Green+Blue) = 253+166+139=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 166 (65.23% from 255 or 29.75% from 558); Blue value is 139 (54.69% from 255 or 24.91% from 558); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA68B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA68B is #025974. Grayscale: #BDBDBD. Windows color (decimal): -153973 or 9152253. OLE color: 9152253.

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

Color convert

RGB 253 166 139 -
CMYK 0 0.34 0.45 0.01
HSL 14.21º 0.97% 0.77% -
HSV(B) 14.21º 0.45% 0.99% -
XYZ 58.8 50.02 30.98 -
YUV 188.94 99.82 173.7 -
System Red Green Blue C M Y K H S L
Decimal 253 166 139 0 0.34 0.45 0.01 14.21 0.97 0.77
Hex FD A6 8B 0 22 2D 1 E 61 4D
Octal 375 246 213 0 42 55 1 16 141 115
Binary 11111101 10100110 10001011 0 100010 101101 1 1110 1100001 1001101

Color Harmonies of #FDA68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA68B

Black with #FDA68B

Text Example


Text Example

White with #FDA68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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