Html Css Color HEX #FDCFBC Tuft Bush

📋 copy color: '#FDCFBC'

red 253 ◦ green 207 ◦ blue 188

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

Shades of Tuft Bush #FDCFBC

Tints of Tuft Bush #FDCFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 29.01%

R = 39.04%
G = 31.94%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDCFBC (or 0xFDCFBC) is known color: Tuft Bush. HEX triplet: FD, CF and BC. RGB value is (253,207,188). Sum of RGB (Red+Green+Blue) = 253+207+188=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 207 (81.25% from 255 or 31.94% from 648); Blue value is 188 (73.83% from 255 or 29.01% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFBC is #023043. Grayscale: #DADADA. Windows color (decimal): -143428 or 12374013. OLE color: 12374013.

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

Color convert

RGB 253 207 188 -
CMYK 0 0.18 0.26 0.01
HSL 17.54º 0.94% 0.86% -
HSV(B) 17.54º 0.26% 0.99% -
XYZ 71.9 69.14 57.13 -
YUV 218.59 110.74 152.54 -
System Red Green Blue C M Y K H S L
Decimal 253 207 188 0 0.18 0.26 0.01 17.54 0.94 0.86
Hex FD CF BC 0 12 1A 1 12 5E 56
Octal 375 317 274 0 22 32 1 22 136 126
Binary 11111101 11001111 10111100 0 10010 11010 1 10010 1011110 1010110

Color Harmonies of #FDCFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCFBC

Black with #FDCFBC

Text Example


Text Example

White with #FDCFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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