Html Css Color HEX #FDA88E Rose Bud

📋 copy color: '#FDA88E'

red 253 ◦ green 168 ◦ blue 142

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

Shades of Rose Bud #FDA88E

Tints of Rose Bud #FDA88E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.84%

 BLUE value IS 142 (55.86% from 255) = 25.22%

R = 44.94%
G = 29.84%
B = 25.22%

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

#FDA88E (or 0xFDA88E) is known color: Rose Bud. HEX triplet: FD, A8 and 8E. RGB value is (253,168,142). Sum of RGB (Red+Green+Blue) = 253+168+142=563 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.94% from 563); Green value is 168 (66.02% from 255 or 29.84% from 563); Blue value is 142 (55.86% from 255 or 25.22% from 563); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA88E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA88E is #025771. Grayscale: #BEBEBE. Windows color (decimal): -153458 or 9349373. OLE color: 9349373.

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

Color convert

RGB 253 168 142 -
CMYK 0 0.34 0.44 0.01
HSL 14.05º 0.97% 0.77% -
HSV(B) 14.05º 0.44% 0.99% -
XYZ 59.39 50.84 32.27 -
YUV 190.45 100.66 172.61 -
System Red Green Blue C M Y K H S L
Decimal 253 168 142 0 0.34 0.44 0.01 14.05 0.97 0.77
Hex FD A8 8E 0 22 2C 1 E 61 4D
Octal 375 250 216 0 42 54 1 16 141 115
Binary 11111101 10101000 10001110 0 100010 101100 1 1110 1100001 1001101

Color Harmonies of #FDA88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA88E

Black with #FDA88E

Text Example


Text Example

White with #FDA88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA88E; }

 p { color: rgb(253,168,142); }

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

background-color css

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

 a { background-color: rgb(253,168,142); }

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

border-color css

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

 span { border-color: rgb(253,168,142); }

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