Html Css Color HEX #FDB1A0 Rose Bud

📋 copy color: '#FDB1A0'

red 253 ◦ green 177 ◦ blue 160

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

Shades of Rose Bud #FDB1A0

Tints of Rose Bud #FDB1A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 27.12%

R = 42.88%
G = 30%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FDB1A0 (or 0xFDB1A0) is known color: Rose Bud. HEX triplet: FD, B1 and A0. RGB value is (253,177,160). Sum of RGB (Red+Green+Blue) = 253+177+160=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 177 (69.53% from 255 or 30% from 590); Blue value is 160 (62.89% from 255 or 27.12% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB1A0 is #024E5F. Grayscale: #C5C5C5. Windows color (decimal): -151136 or 10531325. OLE color: 10531325.

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

Color convert

RGB 253 177 160 -
CMYK 0 0.30 0.37 0.01
HSL 10.97º 0.96% 0.81% -
HSV(B) 10.97º 0.37% 0.99% -
XYZ 62.58 54.87 40.55 -
YUV 197.79 106.68 167.38 -
System Red Green Blue C M Y K H S L
Decimal 253 177 160 0 0.30 0.37 0.01 10.97 0.96 0.81
Hex FD B1 A0 0 1E 25 1 B 60 51
Octal 375 261 240 0 36 45 1 13 140 121
Binary 11111101 10110001 10100000 0 11110 100101 1 1011 1100000 1010001

Color Harmonies of #FDB1A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB1A0

Black with #FDB1A0

Text Example


Text Example

White with #FDB1A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB1A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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