Html Css Color HEX #FFD4BB Tuft Bush

📋 copy color: '#FFD4BB'

red 255 ◦ green 212 ◦ blue 187

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

Shades of Tuft Bush #FFD4BB

Tints of Tuft Bush #FFD4BB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.42%

 BLUE value IS 187 (73.44% from 255) = 28.59%

R = 38.99%
G = 32.42%
B = 28.59%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FFD4BB (or 0xFFD4BB) is known color: Tuft Bush. HEX triplet: FF, D4 and BB. RGB value is (255,212,187). Sum of RGB (Red+Green+Blue) = 255+212+187=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 212 (83.20% from 255 or 32.42% from 654); Blue value is 187 (73.44% from 255 or 28.59% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD4BB is #002B44. Grayscale: #DEDEDE. Windows color (decimal): -11077 or 12309759. OLE color: 12309759.

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

Color convert

RGB 255 212 187 -
CMYK 0 0.17 0.27 0
HSL 22.06º 1% 0.87% -
HSV(B) 22.06º 0.27% 1% -
XYZ 73.75 71.93 57.01 -
YUV 222.01 108.25 151.53 -
System Red Green Blue C M Y K H S L
Decimal 255 212 187 0 0.17 0.27 0 22.06 1 0.87
Hex FF D4 BB 0 11 1B 0 16 64 57
Octal 377 324 273 0 21 33 0 26 144 127
Binary 11111111 11010100 10111011 0 10001 11011 0 10110 1100100 1010111

Color Harmonies of #FFD4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD4BB

Black with #FFD4BB

Text Example


Text Example

White with #FFD4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD4BB; }

 p { color: rgb(255,212,187); }

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

background-color css

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

 a { background-color: rgb(255,212,187); }

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

border-color css

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

 span { border-color: rgb(255,212,187); }

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