Html Css Color HEX #FDAB96 Rose Bud

📋 copy color: '#FDAB96'

red 253 ◦ green 171 ◦ blue 150

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

Shades of Rose Bud #FDAB96

Tints of Rose Bud #FDAB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.13%

R = 44.08%
G = 29.79%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FDAB96 (or 0xFDAB96) is known color: Rose Bud. HEX triplet: FD, AB and 96. RGB value is (253,171,150). Sum of RGB (Red+Green+Blue) = 253+171+150=574 (76% of max value = 765). Red value is 253 (99.22% from 255 or 44.08% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 150 (58.98% from 255 or 26.13% from 574); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAB96 is #025469. Grayscale: #C1C1C1. Windows color (decimal): -152682 or 9874429. OLE color: 9874429.

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

Color convert

RGB 253 171 150 -
CMYK 0 0.32 0.41 0.01
HSL 12.23º 0.96% 0.79% -
HSV(B) 12.23º 0.41% 0.99% -
XYZ 60.58 52.21 35.74 -
YUV 193.12 103.67 170.71 -
System Red Green Blue C M Y K H S L
Decimal 253 171 150 0 0.32 0.41 0.01 12.23 0.96 0.79
Hex FD AB 96 0 20 29 1 C 60 4F
Octal 375 253 226 0 40 51 1 14 140 117
Binary 11111101 10101011 10010110 0 100000 101001 1 1100 1100000 1001111

Color Harmonies of #FDAB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB96

Black with #FDAB96

Text Example


Text Example

White with #FDAB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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