Html Css Color HEX #FFD6C4 Tuft Bush

📋 copy color: '#FFD6C4'

red 255 ◦ green 214 ◦ blue 196

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

Shades of Tuft Bush #FFD6C4

Tints of Tuft Bush #FFD6C4

RGB

 RED value IS 255 (100% from 255) = 38.35%

 GREEN value IS 214 (83.98% from 255) = 32.18%

 BLUE value IS 196 (76.95% from 255) = 29.47%

R = 38.35%
G = 32.18%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FFD6C4 (or 0xFFD6C4) is known color: Tuft Bush. HEX triplet: FF, D6 and C4. RGB value is (255,214,196). Sum of RGB (Red+Green+Blue) = 255+214+196=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 214 (83.98% from 255 or 32.18% from 665); Blue value is 196 (76.95% from 255 or 29.47% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD6C4 is #00293B. Grayscale: #E0E0E0. Windows color (decimal): -10556 or 12900095. OLE color: 12900095.

HSL color Cylindrical-coordinate representation of color #FFD6C4: hue angle of 18.31º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FFD6C4 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB 255 214 196 -
CMYK 0 0.16 0.23 0
HSL 18.31º 1% 0.88% -
HSV(B) 18.31º 0.23% 1% -
XYZ 75.25 73.34 62.41 -
YUV 224.21 112.08 149.96 -
System Red Green Blue C M Y K H S L
Decimal 255 214 196 0 0.16 0.23 0 18.31 1 0.88
Hex FF D6 C4 0 10 17 0 12 64 58
Octal 377 326 304 0 20 27 0 22 144 130
Binary 11111111 11010110 11000100 0 10000 10111 0 10010 1100100 1011000

Color Harmonies of #FFD6C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD6C4

Black with #FFD6C4

Text Example


Text Example

White with #FFD6C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD6C4; }

 p { color: rgb(255,214,196); }

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

background-color css

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

 a { background-color: rgb(255,214,196); }

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

border-color css

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

 span { border-color: rgb(255,214,196); }

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