Html Css Color HEX #FDCCBA Tuft Bush

📋 copy color: '#FDCCBA'

red 253 ◦ green 204 ◦ blue 186

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

Shades of Tuft Bush #FDCCBA

Tints of Tuft Bush #FDCCBA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.73%

 BLUE value IS 186 (73.05% from 255) = 28.93%

R = 39.35%
G = 31.73%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FDCCBA (or 0xFDCCBA) is known color: Tuft Bush. HEX triplet: FD, CC and BA. RGB value is (253,204,186). Sum of RGB (Red+Green+Blue) = 253+204+186=643 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.35% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 186 (73.05% from 255 or 28.93% from 643); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCBA is #023345. Grayscale: #D8D8D8. Windows color (decimal): -144198 or 12242173. OLE color: 12242173.

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

Color convert

RGB 253 204 186 -
CMYK 0 0.19 0.26 0.01
HSL 16.12º 0.94% 0.86% -
HSV(B) 16.12º 0.26% 0.99% -
XYZ 70.96 67.61 55.76 -
YUV 216.6 110.73 153.96 -
System Red Green Blue C M Y K H S L
Decimal 253 204 186 0 0.19 0.26 0.01 16.12 0.94 0.86
Hex FD CC BA 0 13 1A 1 10 5E 56
Octal 375 314 272 0 23 32 1 20 136 126
Binary 11111101 11001100 10111010 0 10011 11010 1 10000 1011110 1010110

Color Harmonies of #FDCCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCCBA

Black with #FDCCBA

Text Example


Text Example

White with #FDCCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCCBA; }

 p { color: rgb(253,204,186); }

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

background-color css

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

 a { background-color: rgb(253,204,186); }

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

border-color css

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

 span { border-color: rgb(253,204,186); }

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