Html Css Color HEX #FDCFBD Tuft Bush

📋 copy color: '#FDCFBD'

red 253 ◦ green 207 ◦ blue 189

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

Shades of Tuft Bush #FDCFBD

Tints of Tuft Bush #FDCFBD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.9%

 BLUE value IS 189 (74.22% from 255) = 29.12%

R = 38.98%
G = 31.9%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDCFBD (or 0xFDCFBD) is known color: Tuft Bush. HEX triplet: FD, CF and BD. RGB value is (253,207,189). Sum of RGB (Red+Green+Blue) = 253+207+189=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 189 (74.22% from 255 or 29.12% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFBD is #023042. Grayscale: #DADADA. Windows color (decimal): -143427 or 12439549. OLE color: 12439549.

HSL color Cylindrical-coordinate representation of color #FDCFBD: hue angle of 16.88º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FDCFBD is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 207 189 -
CMYK 0 0.18 0.25 0.01
HSL 16.88º 0.94% 0.87% -
HSV(B) 16.88º 0.25% 0.99% -
XYZ 72.01 69.18 57.7 -
YUV 218.7 111.24 152.46 -
System Red Green Blue C M Y K H S L
Decimal 253 207 189 0 0.18 0.25 0.01 16.88 0.94 0.87
Hex FD CF BD 0 12 19 1 11 5E 57
Octal 375 317 275 0 22 31 1 21 136 127
Binary 11111101 11001111 10111101 0 10010 11001 1 10001 1011110 1010111

Color Harmonies of #FDCFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCFBD

Black with #FDCFBD

Text Example


Text Example

White with #FDCFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCFBD; }

 p { color: rgb(253,207,189); }

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

background-color css

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

 a { background-color: rgb(253,207,189); }

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

border-color css

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

 span { border-color: rgb(253,207,189); }

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