Html Css Color HEX #FDCFBE Tuft Bush

📋 copy color: '#FDCFBE'

red 253 ◦ green 207 ◦ blue 190

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

Shades of Tuft Bush #FDCFBE

Tints of Tuft Bush #FDCFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.23%

R = 38.92%
G = 31.85%
B = 29.23%

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

#FDCFBE (or 0xFDCFBE) is known color: Tuft Bush. HEX triplet: FD, CF and BE. RGB value is (253,207,190). Sum of RGB (Red+Green+Blue) = 253+207+190=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 190 (74.61% from 255 or 29.23% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFBE is #023041. Grayscale: #DADADA. Windows color (decimal): -143426 or 12505085. OLE color: 12505085.

HSL color Cylindrical-coordinate representation of color #FDCFBE: hue angle of 16.19º 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 #FDCFBE is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 207 190 -
CMYK 0 0.18 0.25 0.01
HSL 16.19º 0.94% 0.87% -
HSV(B) 16.19º 0.25% 0.99% -
XYZ 72.12 69.23 58.28 -
YUV 218.82 111.74 152.38 -
System Red Green Blue C M Y K H S L
Decimal 253 207 190 0 0.18 0.25 0.01 16.19 0.94 0.87
Hex FD CF BE 0 12 19 1 10 5E 57
Octal 375 317 276 0 22 31 1 20 136 127
Binary 11111101 11001111 10111110 0 10010 11001 1 10000 1011110 1010111

Color Harmonies of #FDCFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCFBE

Black with #FDCFBE

Text Example


Text Example

White with #FDCFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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