Html Css Color HEX #FDAB9F Rose Bud

📋 copy color: '#FDAB9F'

red 253 ◦ green 171 ◦ blue 159

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

Shades of Rose Bud #FDAB9F

Tints of Rose Bud #FDAB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.27%

R = 43.4%
G = 29.33%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FDAB9F (or 0xFDAB9F) is known color: Rose Bud. HEX triplet: FD, AB and 9F. RGB value is (253,171,159). Sum of RGB (Red+Green+Blue) = 253+171+159=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 171 (67.19% from 255 or 29.33% from 583); Blue value is 159 (62.5% from 255 or 27.27% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAB9F is #025460. Grayscale: #C2C2C2. Windows color (decimal): -152673 or 10464253. OLE color: 10464253.

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

Color convert

RGB 253 171 159 -
CMYK 0 0.32 0.37 0.01
HSL 7.66º 0.96% 0.81% -
HSV(B) 7.66º 0.37% 0.99% -
XYZ 61.33 52.51 39.7 -
YUV 194.15 108.17 169.98 -
System Red Green Blue C M Y K H S L
Decimal 253 171 159 0 0.32 0.37 0.01 7.66 0.96 0.81
Hex FD AB 9F 0 20 25 1 8 60 51
Octal 375 253 237 0 40 45 1 10 140 121
Binary 11111101 10101011 10011111 0 100000 100101 1 1000 1100000 1010001

Color Harmonies of #FDAB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB9F

Black with #FDAB9F

Text Example


Text Example

White with #FDAB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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