Html Css Color HEX #FDADA2 Rose Bud

📋 copy color: '#FDADA2'

red 253 ◦ green 173 ◦ blue 162

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

Shades of Rose Bud #FDADA2

Tints of Rose Bud #FDADA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27.55%

R = 43.03%
G = 29.42%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FDADA2 (or 0xFDADA2) is known color: Rose Bud. HEX triplet: FD, AD and A2. RGB value is (253,173,162). Sum of RGB (Red+Green+Blue) = 253+173+162=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 162 (63.67% from 255 or 27.55% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDADA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDADA2 is #02525D. Grayscale: #C3C3C3. Windows color (decimal): -152158 or 10661373. OLE color: 10661373.

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

Color convert

RGB 253 173 162 -
CMYK 0 0.32 0.36 0.01
HSL 7.25º 0.96% 0.81% -
HSV(B) 7.25º 0.36% 0.99% -
XYZ 61.97 53.38 41.22 -
YUV 195.67 109 168.89 -
System Red Green Blue C M Y K H S L
Decimal 253 173 162 0 0.32 0.36 0.01 7.25 0.96 0.81
Hex FD AD A2 0 20 24 1 7 60 51
Octal 375 255 242 0 40 44 1 7 140 121
Binary 11111101 10101101 10100010 0 100000 100100 1 111 1100000 1010001

Color Harmonies of #FDADA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDADA2

Black with #FDADA2

Text Example


Text Example

White with #FDADA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDADA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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