Html Css Color HEX #FDAB93 Rose Bud

📋 copy color: '#FDAB93'

red 253 ◦ green 171 ◦ blue 147

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

Shades of Rose Bud #FDAB93

Tints of Rose Bud #FDAB93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.74%

R = 44.31%
G = 29.95%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDAB93 (or 0xFDAB93) is known color: Rose Bud. HEX triplet: FD, AB and 93. RGB value is (253,171,147). Sum of RGB (Red+Green+Blue) = 253+171+147=571 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.31% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 147 (57.81% from 255 or 25.74% from 571); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAB93 is #02546C. Grayscale: #C0C0C0. Windows color (decimal): -152685 or 9677821. OLE color: 9677821.

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

Color convert

RGB 253 171 147 -
CMYK 0 0.32 0.42 0.01
HSL 13.58º 0.96% 0.78% -
HSV(B) 13.58º 0.42% 0.99% -
XYZ 60.34 52.12 34.48 -
YUV 192.78 102.17 170.95 -
System Red Green Blue C M Y K H S L
Decimal 253 171 147 0 0.32 0.42 0.01 13.58 0.96 0.78
Hex FD AB 93 0 20 2A 1 E 60 4E
Octal 375 253 223 0 40 52 1 16 140 116
Binary 11111101 10101011 10010011 0 100000 101010 1 1110 1100000 1001110

Color Harmonies of #FDAB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB93

Black with #FDAB93

Text Example


Text Example

White with #FDAB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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