Html Css Color HEX #FDB5B2 Sundown

📋 copy color: '#FDB5B2'

red 253 ◦ green 181 ◦ blue 178

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

Shades of Sundown #FDB5B2

Tints of Sundown #FDB5B2

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.58%

 BLUE value IS 178 (69.92% from 255) = 29.08%

R = 41.34%
G = 29.58%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FDB5B2 (or 0xFDB5B2) is known color: Sundown. HEX triplet: FD, B5 and B2. RGB value is (253,181,178). Sum of RGB (Red+Green+Blue) = 253+181+178=612 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.34% from 612); Green value is 181 (71.09% from 255 or 29.58% from 612); Blue value is 178 (69.92% from 255 or 29.08% from 612); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB5B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB5B2 is #024A4D. Grayscale: #CACACA. Windows color (decimal): -150094 or 11711997. OLE color: 11711997.

HSL color Cylindrical-coordinate representation of color #FDB5B2: hue angle of 2.4º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB5B2 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 181 178 -
CMYK 0 0.28 0.30 0.01
HSL 2.4º 0.95% 0.85% -
HSV(B) 2.4º 0.3% 0.99% -
XYZ 65.07 57.14 49.72 -
YUV 202.19 114.35 164.24 -
System Red Green Blue C M Y K H S L
Decimal 253 181 178 0 0.28 0.30 0.01 2.4 0.95 0.85
Hex FD B5 B2 0 1C 1E 1 2 5F 55
Octal 375 265 262 0 34 36 1 2 137 125
Binary 11111101 10110101 10110010 0 11100 11110 1 10 1011111 1010101

Color Harmonies of #FDB5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB5B2

Black with #FDB5B2

Text Example


Text Example

White with #FDB5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB5B2; }

 p { color: rgb(253,181,178); }

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

background-color css

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

 a { background-color: rgb(253,181,178); }

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

border-color css

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

 span { border-color: rgb(253,181,178); }

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