Html Css Color HEX #FDD8C5 Tuft Bush

📋 copy color: '#FDD8C5'

red 253 ◦ green 216 ◦ blue 197

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

Shades of Tuft Bush #FDD8C5

Tints of Tuft Bush #FDD8C5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.43%

 BLUE value IS 197 (77.34% from 255) = 29.58%

R = 37.99%
G = 32.43%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FDD8C5 (or 0xFDD8C5) is known color: Tuft Bush. HEX triplet: FD, D8 and C5. RGB value is (253,216,197). Sum of RGB (Red+Green+Blue) = 253+216+197=666 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.99% from 666); Green value is 216 (84.77% from 255 or 32.43% from 666); Blue value is 197 (77.34% from 255 or 29.58% from 666); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD8C5 is #02273A. Grayscale: #E1E1E1. Windows color (decimal): -141115 or 12966141. OLE color: 12966141.

HSL color Cylindrical-coordinate representation of color #FDD8C5: hue angle of 20.36º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDD8C5 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 216 197 -
CMYK 0 0.15 0.22 0.01
HSL 20.36º 0.93% 0.88% -
HSV(B) 20.36º 0.22% 0.99% -
XYZ 75.14 74.03 63.15 -
YUV 224.9 112.26 148.04 -
System Red Green Blue C M Y K H S L
Decimal 253 216 197 0 0.15 0.22 0.01 20.36 0.93 0.88
Hex FD D8 C5 0 F 16 1 14 5D 58
Octal 375 330 305 0 17 26 1 24 135 130
Binary 11111101 11011000 11000101 0 1111 10110 1 10100 1011101 1011000

Color Harmonies of #FDD8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD8C5

Black with #FDD8C5

Text Example


Text Example

White with #FDD8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD8C5; }

 p { color: rgb(253,216,197); }

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

background-color css

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

 a { background-color: rgb(253,216,197); }

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

border-color css

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

 span { border-color: rgb(253,216,197); }

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