Html Css Color HEX #FDA296 Rose Bud

📋 copy color: '#FDA296'

red 253 ◦ green 162 ◦ blue 150

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

Shades of Rose Bud #FDA296

Tints of Rose Bud #FDA296

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.67%

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

R = 44.78%
G = 28.67%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FDA296 (or 0xFDA296) is known color: Rose Bud. HEX triplet: FD, A2 and 96. RGB value is (253,162,150). Sum of RGB (Red+Green+Blue) = 253+162+150=565 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.78% from 565); Green value is 162 (63.67% from 255 or 28.67% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA296 is #025D69. Grayscale: #BBBBBB. Windows color (decimal): -154986 or 9872125. OLE color: 9872125.

HSL color Cylindrical-coordinate representation of color #FDA296: hue angle of 6.99º 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 #FDA296 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 162 150 -
CMYK 0 0.36 0.41 0.01
HSL 6.99º 0.96% 0.79% -
HSV(B) 6.99º 0.41% 0.99% -
XYZ 58.93 48.93 35.19 -
YUV 187.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 253 162 150 0 0.36 0.41 0.01 6.99 0.96 0.79
Hex FD A2 96 0 24 29 1 7 60 4F
Octal 375 242 226 0 44 51 1 7 140 117
Binary 11111101 10100010 10010110 0 100100 101001 1 111 1100000 1001111

Color Harmonies of #FDA296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA296

Black with #FDA296

Text Example


Text Example

White with #FDA296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA296; }

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

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

background-color css

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

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

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

border-color css

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

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

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