Html Css Color HEX #FDA19B Rose Bud

📋 copy color: '#FDA19B'

red 253 ◦ green 161 ◦ blue 155

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

Shades of Rose Bud #FDA19B

Tints of Rose Bud #FDA19B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.3%

 BLUE value IS 155 (60.94% from 255) = 27.24%

R = 44.46%
G = 28.3%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FDA19B (or 0xFDA19B) is known color: Rose Bud. HEX triplet: FD, A1 and 9B. RGB value is (253,161,155). Sum of RGB (Red+Green+Blue) = 253+161+155=569 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.46% from 569); Green value is 161 (63.28% from 255 or 28.30% from 569); Blue value is 155 (60.94% from 255 or 27.24% from 569); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA19B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDA19B is #025E64. Grayscale: #BBBBBB. Windows color (decimal): -155237 or 10199549. OLE color: 10199549.

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

Color convert

RGB 253 161 155 -
CMYK 0 0.36 0.39 0.01
HSL 3.67º 0.96% 0.8% -
HSV(B) 3.67º 0.39% 0.99% -
XYZ 59.17 48.74 37.3 -
YUV 187.82 109.48 174.49 -
System Red Green Blue C M Y K H S L
Decimal 253 161 155 0 0.36 0.39 0.01 3.67 0.96 0.8
Hex FD A1 9B 0 24 27 1 4 60 50
Octal 375 241 233 0 44 47 1 4 140 120
Binary 11111101 10100001 10011011 0 100100 100111 1 100 1100000 1010000

Color Harmonies of #FDA19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA19B

Black with #FDA19B

Text Example


Text Example

White with #FDA19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA19B; }

 p { color: rgb(253,161,155); }

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

background-color css

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

 a { background-color: rgb(253,161,155); }

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

border-color css

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

 span { border-color: rgb(253,161,155); }

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