Html Css Color HEX #FDB19A Rose Bud

📋 copy color: '#FDB19A'

red 253 ◦ green 177 ◦ blue 154

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

Shades of Rose Bud #FDB19A

Tints of Rose Bud #FDB19A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.31%

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

R = 43.32%
G = 30.31%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FDB19A (or 0xFDB19A) is known color: Rose Bud. HEX triplet: FD, B1 and 9A. RGB value is (253,177,154). Sum of RGB (Red+Green+Blue) = 253+177+154=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 177 (69.53% from 255 or 30.31% from 584); Blue value is 154 (60.55% from 255 or 26.37% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB19A is #024E65. Grayscale: #C5C5C5. Windows color (decimal): -151142 or 10138109. OLE color: 10138109.

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

Color convert

RGB 253 177 154 -
CMYK 0 0.30 0.39 0.01
HSL 13.94º 0.96% 0.8% -
HSV(B) 13.94º 0.39% 0.99% -
XYZ 62.06 54.66 37.85 -
YUV 197.1 103.68 167.87 -
System Red Green Blue C M Y K H S L
Decimal 253 177 154 0 0.30 0.39 0.01 13.94 0.96 0.8
Hex FD B1 9A 0 1E 27 1 E 60 50
Octal 375 261 232 0 36 47 1 16 140 120
Binary 11111101 10110001 10011010 0 11110 100111 1 1110 1100000 1010000

Color Harmonies of #FDB19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB19A

Black with #FDB19A

Text Example


Text Example

White with #FDB19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB19A; }

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

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

background-color css

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

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

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

border-color css

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

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

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