Html Css Color HEX #FDAD9A Rose Bud

📋 copy color: '#FDAD9A'

red 253 ◦ green 173 ◦ blue 154

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

Shades of Rose Bud #FDAD9A

Tints of Rose Bud #FDAD9A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.83%

 BLUE value IS 154 (60.55% from 255) = 26.55%

R = 43.62%
G = 29.83%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FDAD9A (or 0xFDAD9A) is known color: Rose Bud. HEX triplet: FD, AD and 9A. RGB value is (253,173,154). Sum of RGB (Red+Green+Blue) = 253+173+154=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 154 (60.55% from 255 or 26.55% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAD9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAD9A is #025265. Grayscale: #C2C2C2. Windows color (decimal): -152166 or 10137085. OLE color: 10137085.

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

Color convert

RGB 253 173 154 -
CMYK 0 0.32 0.39 0.01
HSL 11.52º 0.96% 0.8% -
HSV(B) 11.52º 0.39% 0.99% -
XYZ 61.28 53.1 37.59 -
YUV 194.75 105 169.54 -
System Red Green Blue C M Y K H S L
Decimal 253 173 154 0 0.32 0.39 0.01 11.52 0.96 0.8
Hex FD AD 9A 0 20 27 1 C 60 50
Octal 375 255 232 0 40 47 1 14 140 120
Binary 11111101 10101101 10011010 0 100000 100111 1 1100 1100000 1010000

Color Harmonies of #FDAD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAD9A

Black with #FDAD9A

Text Example


Text Example

White with #FDAD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAD9A; }

 p { color: rgb(253,173,154); }

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

background-color css

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

 a { background-color: rgb(253,173,154); }

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

border-color css

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

 span { border-color: rgb(253,173,154); }

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