Html Css Color HEX #FDAB90 Rose Bud

📋 copy color: '#FDAB90'

red 253 ◦ green 171 ◦ blue 144

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

Shades of Rose Bud #FDAB90

Tints of Rose Bud #FDAB90

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.11%

 BLUE value IS 144 (56.64% from 255) = 25.35%

R = 44.54%
G = 30.11%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDAB90 (or 0xFDAB90) is known color: Rose Bud. HEX triplet: FD, AB and 90. RGB value is (253,171,144). Sum of RGB (Red+Green+Blue) = 253+171+144=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 144 (56.64% from 255 or 25.35% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAB90 is #02546F. Grayscale: #C0C0C0. Windows color (decimal): -152688 or 9481213. OLE color: 9481213.

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

Color convert

RGB 253 171 144 -
CMYK 0 0.32 0.43 0.01
HSL 14.86º 0.96% 0.78% -
HSV(B) 14.86º 0.43% 0.99% -
XYZ 60.1 52.02 33.26 -
YUV 192.44 100.67 171.2 -
System Red Green Blue C M Y K H S L
Decimal 253 171 144 0 0.32 0.43 0.01 14.86 0.96 0.78
Hex FD AB 90 0 20 2B 1 F 60 4E
Octal 375 253 220 0 40 53 1 17 140 116
Binary 11111101 10101011 10010000 0 100000 101011 1 1111 1100000 1001110

Color Harmonies of #FDAB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB90

Black with #FDAB90

Text Example


Text Example

White with #FDAB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB90; }

 p { color: rgb(253,171,144); }

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

background-color css

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

 a { background-color: rgb(253,171,144); }

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

border-color css

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

 span { border-color: rgb(253,171,144); }

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